Class TMenuForm (unit MenuExpt)

Inherits from

TForm

Constructors



Functions

procedure FormCreate(Sender: TObject);

the form create method iterates recursively through the IDE menu structure adding items consisting of the menu caption and a pointer to the menu info

procedure FormDestroy(Sender: TObject);

set according to taste: MenuTreeView.

procedure MenuTreeViewClick(Sender: TObject);


Properties

Events

Variables

CloseButn : TBitBtn;


ItemListView : TListView;


MenuTreeView : TTreeView;


Panel1 : TPanel;


Splitter1 : TSplitter;



Constructors


Functions


procedure FormCreate(Sender: TObject);

the form create method iterates recursively through the IDE menu structure adding items consisting of the menu caption and a pointer to the menu info


procedure FormDestroy(Sender: TObject);

set according to taste: MenuTreeView.FullExpand


procedure MenuTreeViewClick(Sender: TObject);


Properties


Events


Variables


CloseButn : TBitBtn;


ItemListView : TListView;


MenuTreeView : TTreeView;


Panel1 : TPanel;


Splitter1 : TSplitter;