FMX.Grid.TGridValues.InsertRow

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

Delphi

procedure InsertRow(const ARow: Integer); inline;

C++

void __fastcall InsertRow(const int ARow);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridValues


説明

行を指定された行番号に挿入します。

関連項目