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

TControl.FormEndUpdated

Called for each control on a form where the update count has reached 0 (zero).

Declaration

Source position: controls.pp line 1440

protected procedure TControl.FormEndUpdated; virtual;

Description

FormEndUpdated is overridden in descendent classes, like TWinControl, which provides a container for its child controls.

See also

TWinControl.GetChildren

  

Calls the specified procedure for each child control owned by the control in Root.

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