FMX.Grid.Style.TStyledGrid.UpdateItemRect
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 の項目の、四角形の境界を更新します。