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

TCustomLabel.Loaded

Loaded calls inherited method and adjusts size

Declaration

Source position: stdctrls.pp line 1419

protected procedure TCustomLabel.Loaded; override;

Description

Loaded is called by the streaming system when a root component was completely read from a stream and all properties and references to other objects have been resolved by the streaming system. Descendents of TComponent should override this method to do some additional processing of properties after all published properties have been set from values obtained from the stream.

Application programmers should never call Loaded directly, this is done automatically by the streaming system.

See also

TControl.Loaded

  

Loaded - called when the component has finished loading. Calls inherited Loaded then copies various properties from client and parent

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