FMX.Grid.TCustomGrid.GetTopRow

提供:RAD Studio API Documentation

Delphi

function GetTopRow: Integer; virtual;

C++

virtual int __fastcall GetTopRow(void);

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

説明

TopRow プロパティを操作するための protected 取得メソッドの実装です。

関連項目