FMX.Grid.TGridValues.RemoveCell

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

Delphi

procedure RemoveCell(const ACoord: TGridModel.TCoord);

C++

void __fastcall RemoveCell(const TGridModel::TCoord &ACoord);

プロパティ

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


説明

指定されたグリッド座標にあるグリッド値を削除します。

関連項目