FMX.Grid.TGridModel.TCellObjectInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

    TCellObjectInfo = record
      Column: TColumn;
      CellObject: TObject;
    end;

C++

struct DECLSPEC_DRECORD TCellObjectInfo
{
public:
    TColumn* Column;
    System::TObject* CellObject;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel


Description

Représente l'objet qui représente une cellule dans la présentation, et la colonne dans laquelle se trouve cette cellule.

Voir aussi