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

TComponent.Updating

Sets the state to csUpdating

Declaration

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

TComponent.Updated

  

Ends the csUpdating state.

TComponent.ComponentState

  

Current component's state.