[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the update state.
Source position: classesh.inc line 586
protected procedure TStrings.SetUpdateState( |
Updating: Boolean |
); virtual; |
SetUpdateState sets the update state to Updating. The TStrings implementation of SetUpdateState does nothing.
Descendent objects may override this method to implement optimizations. If Updating is True then the list of strings is about to be updated (possibly many times). If it is False no more updates will take place till the next SetUpdateState call.
|
Mark the beginning of an update batch. |
|
|
Mark the end of an update batch. |
lazarus-ccr.sourceforge.net |