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

TCustomButton.Loaded

Performs actions needed when LCL component streaming has been completed.

Declaration

Source position: stdctrls.pp line 1243

protected procedure TCustomButton.Loaded; override;

Description

Loaded is an overridden method used to perform actions needed when LCL component streaming has been completed.

Loaded calls the inherited method on entry. Loaded calls UpdateDefaultCancel to update the default and cancel controls on the parent form.

See also

TCustomButton.UpdateDefaultCancel

  

Updates the Default and Cancel properties in the parent form.

#lcl.controls.TWinControl.Loaded

  

Called when the control has been loaded from a resource, transfers the loaded property values to the widget.

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