![]() CLEARFORMAT() |
![]() DEVELOPER |
![]() |
|
|
Purpose |
.ClearFormat() clears Format objects belonging to a screen when the cycle is exited. |
Object Type |
CurrentCycle |
Syntax |
Cycle_tagname.ClearFormat() |
Operation |
Cycle_tagname is the Tag Name of the cycle. It cannot be a variable and it is case sensitive. |
Remarks |
This method is applied to a cycle and is provided so that the Format objects that belong to a screen can be cleared when the cycle is exited. Format objects are not usually deleted until a Clear Screen command is executed. In order to remove these objects without performing a clear screen, use the ClearFormat() method in the Cycle Exit logic. |
Examples |
To clear the Format objects from a Paging Cycle named "OrderScreen": OrderScreen.ClearFormat() |
Topic ID: 510123