Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomLabeledEdit.Loaded

Performs actions needed when the component has finished loading in the LCL streaming mechanism.

Declaration

Source position: extctrls.pp line 980

protected procedure TCustomLabeledEdit.Loaded; override;

Description

Loaded is overridden in TCustomLabeledEdit to position the EditLabel by calling the DoPositionLabel method. Loaded calls the inherited method.

See also

TCustomLabeledEdit.DoPositionLabel

  

DoPositionLabel - perform the code for positioning the label.

TComponent