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

TComponent.Updated

Ends the csUpdating state.

Declaration

protected procedure TComponent.Updated; dynamic;

Description

Updated excludes csUpdating from 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.Updating

  

Sets the state to csUpdating

TComponent.ComponentState

  

Current component's state.