FMX.Grid.Style.TStyledGrid.TopRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TopRow: Integer read GetTopRow;

C++

__property int TopRow = {read=GetTopRow, nodefault};

Properties

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

Description

Index of the first visible row (totally or partially) starting from the top.

See Also