TcxCustomEditPropertiesValues.BeginUpdate Method
In This Article
Prevents an editor from being repainted until the EndUpdate method is called.
#Declaration
Delphi
procedure BeginUpdate;
#Remarks
Enclose the statements that modify the properties of the TcxCustomEditPropertiesValues object with calls to the BeginUpdate and EndUpdate methods. This gives a performance benefit and avoids any flickering when the property flags are modified.
Note
Calls to Begin
See Also