RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListAction.Loaded Method

Initializes the action after it is loaded into memory.

Pascal
procedure Loaded; override;
C++
virtual __fastcall Loaded();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!