[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TComponent.Updating

Sets the state to csUpdating

Declaration

Source position: classesh.inc line 1620

protected procedure TComponent.Updating; dynamic;

Description

Updating includes csUpdating in the ComponentState property of the component.

Normally, an application programmer should not call this method directly, it is called automatically by the streaming system.

See also

Updated

  

Ends the csUpdating state.

ComponentState

  

Current component's state.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.