RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TForm.ObjectMenuItem Property

Represents an OLE object menu item that reacts to selections of OLE objects.

Pascal
property ObjectMenuItem: TMenuItem;
C++
__property TMenuItem ObjectMenuItem;

Use ObjectMenuItem to get or set a menu item that becomes enabled or disabled when an OLE object on the form is selected or unselected respectively. 

The OLE object menu item can be used for standard OLE commands, such as Activate or Convert. (The implementations of these commands are provided by the OLE server.) 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!