FMX.Grid.TCustomGrid.SetTopRow
Delphi
procedure SetTopRow(const Value: Integer); virtual;
C++
virtual void __fastcall SetTopRow(const int Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
Description
Protected setter implementation for the TopRow property.