FMX.Grid.TGridValues.RemoveRow

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

Delphi

procedure RemoveRow(const ARow: Integer; const OnlyClear: Boolean); inline;

C++

void __fastcall RemoveRow(const int ARow, const bool OnlyClear);

プロパティ

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


説明

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

関連項目