Vcl.Grids.TCustomDrawGrid.TopRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TopRow: Integer write SetTopRow;

C++

__property TopRow;

Properties

Type Visibility Source Unit Parent
property public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomDrawGrid

Description

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

Vcl.Grids.TCustomDrawGrid.TopRow inherits from Vcl.Grids.TCustomGrid.TopRow. All content below this line refers to Vcl.Grids.TCustomGrid.TopRow.

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