FMX.Grid.TCustomGrid.SetTopLeft

提供: RAD Studio API Documentation
移動先: 案内検索

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


説明

ビューポート位置を変更し、指定された列番号および行番号のセルが、左上端に配置されるようにします。

関連項目