RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMenu.Loaded Method

Calls the DoChange method when the menu is first loaded into memory.

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

Loaded is called automatically immediately after the menu is loaded into memory. It calls the DoChange method to allow any necessary fixup. 

 

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