API:Vcl.Forms.TForm.Menu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Menu: TMainMenu read FMenu write SetMenu stored IsForm;

C++

__property Menu;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TForm

Description

Specifies the form's main menu.

Vcl.Forms.TForm.Menu inherits from Vcl.Forms.TCustomForm.Menu. All content below this line refers to Vcl.Forms.TCustomForm.Menu.

Specifies the form's main menu.

Use Menu to get or set the form's main menu. At design time, Menu is set to the first TMainMenu component added to the form.

See Also

Code Examples