FMX.Grid.TCustomGrid.GetTopRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTopRow: Integer; virtual;

C++

virtual int __fastcall GetTopRow(void);

Properties

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

Description

Protected getter implementation for the TopRow property.

See Also