FMX.Grid.Style.TStyledGrid.UpdateItemRect

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

Delphi

procedure UpdateItemRect(const ColumnIndex, ItemIndex: Integer);

C++

void __fastcall UpdateItemRect(const int ColumnIndex, const int ItemIndex);

プロパティ

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


説明

列番号 ColumnIndex の列において、インデックス ItemIndex の項目の、四角形の境界を更新します。

関連項目