FMX.Grid.TGridValues.InsertColumn

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

Delphi

procedure InsertColumn(const ACol: Integer); inline;

C++

void __fastcall InsertColumn(const int ACol);

プロパティ

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


説明

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

関連項目