FMX.Grid.Style.TStyledGrid.GetEditorRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEditorRect: TRectF; virtual;

C++

virtual System::Types::TRectF __fastcall GetEditorRect();

Properties

Type Visibility Source Unit Parent
function public
FMX.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TStyledGrid

Description

Returns the coordinates of the cell editor of the current cell.

See Also