FMX.Grid.TGridValues.RemoveColumn

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

Delphi

procedure RemoveColumn(const ACol: Integer; const OnlyClear: Boolean); inline;

C++

void __fastcall RemoveColumn(const int ACol, const bool OnlyClear);

プロパティ

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


説明

OnlyClearTrue の場合、指定された列番号の列の値をクリアし、OnlyClearFalse の場合、その列を完全に削除します。

関連項目