FMX.Grid.TCustomGrid.SetTopRow

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also