Vcl.ListActns.TCustomListAction.Loaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Loaded; override;

C++

virtual void __fastcall Loaded();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TCustomListAction

Description

Initializes the action after it is loaded into memory.

Loaded is called automatically when the form or data module containing the action has been completely loaded into memory. TCustomListAction overrides the inherited method to set Active and Images properties now that the other components involved (the client controls whose items are set when Active becomes true and the image list component that is the value of Images) are known to be loaded into memory.

See Also