Vcl.Grids.TCustomGrid.TopRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TopRow: Longint read FTopLeft.Y write SetTopRow;

C++

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

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

Specifies the index of the first visible scrollable row in the grid.

Read TopRow to determine the index of the first row in the scrollable region that is visible. Set TopRow to scroll the rows in the grid so that the row with index TopRow is the first row after the fixed rows.

See Also

Code Examples