FMX.Memo.Style.TStyledMemo.ShowContextMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ShowContextMenu(const ScreenPosition: TPointF): Boolean; override;

C++

virtual bool __fastcall ShowContextMenu(const System::Types::TPointF &ScreenPosition);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Memo.Style.pas
FMX.Memo.Style.hpp
FMX.Memo.Style TStyledMemo

Description

ShowContextMenu is automatically called when the TMemo control displays the pop-up context menu.

ScreenPosition represents the context menu coordinates on the form as a TPointF.

See Also