FMX.Grid.Style.TStyledGrid.SetTopLeft

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetTopLeft(const ACol, ARow: Integer);

C++

void __fastcall SetTopLeft(const int ACol, const int ARow);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
FMX.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TStyledGrid


Description

Change la position de la fenêtre d'affichage afin que la cellule située au numéro de colonne et au numéro de ligne spécifiés se trouve dans le coin supérieur gauche.

Voir aussi