RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMainMenu.GetHandle Method

Returns the value of the Handle property.

Pascal
function GetHandle: HMENU; override;
C++
virtual __fastcall HMENU GetHandle();

GetHandle is the protected implementation of the Handle property. Override this method to change the implementation of the handle property. For example, TMainMenu overrides GetHandle to adjust for menus added by embedded OLE objects. 

 

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