FMX.Menus.TMenuItem.Handle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handle: TFmxHandle read GetHandle write SetHandle;

C++

__property Fmx::Types::TFmxHandle Handle = {read=GetHandle, write=SetHandle, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Menus.pas
FMX.Menus.hpp
FMX.Menus TMenuItem

Description

Represents the FireMonkey-specific handle of the TMenuItem.

See Also