Language Reference Guide : 4. System Classes : ProcExec Class : DeferConfigure Method
 
Share this page                  
DeferConfigure Method
The DeferConfigure method defers field configurations on the form that has invoked this method. Field configurations are deferred until either the end of the event block or the next invocation of the Flush method.
This method has the following syntax:
CurFrame.DeferConfigure()
or
CurProcedure.DeferConfigure()
Configuration is often responsible for producing accurate location or sizing information for altered fields. Therefore, invoke the Flush method or wait until a subsequent event block to accurately reference the size or location of fields for which the configuration has been deferred.
The DeferConfigure method is useful when many field attributes are changed within a single event block. You can turn off some of the screen refreshing that occurs in an event block as multiple changes are made to the visual attributes.