FMX.Grid.Style.TStyledGrid.GetRowHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRowHeight: Integer; virtual;

C++

virtual int __fastcall GetRowHeight();

Properties

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

Description

Getter of RowHeight.

See Also