FMX.Grid.TCustomGrid.SetTopLeft
Delphi
procedure SetTopLeft(const ACol, ARow: Integer); overload;
C++
void __fastcall SetTopLeft(const int ACol, const int ARow)/* overload */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
説明
ビューポート位置を変更し、指定された列番号および行番号のセルが、左上端に配置されるようにします。