FMX.Grid.Style.TStyledGrid.UpdateItemRect
Delphi
procedure UpdateItemRect(const ColumnIndex, ItemIndex: Integer);
C++
void __fastcall UpdateItemRect(const int ColumnIndex, const int ItemIndex);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
protected | FMX.Grid.Style.pas FMX.Grid.Style.hpp |
FMX.Grid.Style | TStyledGrid |
Description
Met à jour les limites du rectangle de l'élément avec l'index ItemIndex de la colonne ayant le numéro de colonne ColumnIndex.