FMX.Controls3D.TControl3D.ShowContextMenu
Delphi
function ShowContextMenu(const ScreenPosition: TPointF): Boolean; virtual;
C++
virtual bool __fastcall ShowContextMenu(const System::Types::TPointF &ScreenPosition);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FMX.Controls3D.pas FMX.Controls3D.hpp |
FMX.Controls3D | TControl3D |
Description
Is intended to display the context menu of this control on a specified screen point.
ShowContextMenu implements the ShowContextMenu method declared in the IControl interface.
In the XE6 implementation, ShowContextMenu does nothing and always returns False
.