TcxCustomEditPropertiesValues.EndUpdate Method
In This Article
Enables editor repainting.
#Declaration
Delphi
procedure EndUpdate;
#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