TcxComponentCollection.EndUpdate(Boolean) Method
In This Article
Releases a lock and updates the collection.
#Declaration
Delphi
procedure EndUpdate(AForceUpdate: Boolean = True); virtual;
#Parameters
Name | Type |
---|---|
AForce |
Boolean |
#Remarks
Use the EndUpdate method paired with the BeginUpdate method to enclose a block of statements, which make bulk updates to the collection.
Note
since the execution of a block of statements can exit in either a normal or exception state, the enclosed statements and the End
See Also