FMX.Grid.Style.TStyledGrid.UpdateItemRect
Delphi
procedure UpdateItemRect(const ColumnIndex, ItemIndex: Integer);
C++
void __fastcall UpdateItemRect(const int ColumnIndex, const int ItemIndex);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Grid.Style.pas FMX.Grid.Style.hpp |
FMX.Grid.Style | TStyledGrid |
Description
Updates the bounds of the rectangle of the item with index ItemIndex
of the column with column number ColumnIndex
.