FMX.Grid.TGridModel.RemoveRowFromCache

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

Delphi

procedure RemoveRowFromCache(const Index: Integer);

C++

void __fastcall RemoveRowFromCache(const int Index);

プロパティ

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


説明

指定された行番号の行を、内部キャッシュから削除します。

削除された行の下の行が、1 つ上に移動します。

関連項目