[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] |
Start a update process for Observers
Source position: tiObject.pas line 505
public procedure TtiObject.BeginUpdate( |
const ATopic: string = '' |
); |
Start a update process. This will allow us to update multiple things, before we notify the observers of the updates.
|
End a update process for Observers |