Vcl.ComCtrls.TNodeInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TNodeInfo = record
    ImageIndex: Integer;
    SelectedIndex: Integer;
    StateIndex: Integer;
    OverlayIndex: Integer;
    Data: Integer;
    Count: Integer;
    Text: string[255];
  end;

C++

struct DECLSPEC_DRECORD TNodeInfo
{
public:
    int ImageIndex;
    int SelectedIndex;
    int StateIndex;
    int OverlayIndex;
    int Data;
    int Count;
    System::SmallString<255> Text;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !