Vcl.Grids.TCustomGrid.TopRow

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property TopRow: Longint read FTopLeft.Y write SetTopRow;

C++

__property int TopRow = {read=FTopLeft.Y, write=SetTopRow, nodefault};

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

説明

表示されているスクロール可能な行のうち最初の行のインデックスを指定します。

TopRow プロパティで,表示されているスクロール可能な行のうち最初の行のインデックスが取得できます。インデックス TopRow の行が固定行の後にくる最初の行になるようにスクロールするには TopRow を設定してください。

関連項目