Vcl.ActnMenus.TCustomActionMenuBar.FChildMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FChildMenu: TCustomActionMenuBar;

C++

TCustomActionMenuBar* FChildMenu;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

Holds a reference to a child menu of the currently active pop-up menu.

FChildMenu is a field that is internally used to hold a reference to a child menu of the currently active pop-up menu.

See Also