Afficher : Delphi C++
Préférences d'affichage

Vcl.ComCtrls.TNodeDataInfo

De XE2 API Documentation

Delphi

  TNodeDataInfo = record
    ImageIndex: Integer;
    SelectedIndex: Integer;
    StateIndex: Integer;
    OverlayIndex: Integer;
    Data: Pointer;
    Count: Integer;
    TextLen: Byte;
  end;

C++

struct DECLSPEC_DRECORD TNodeDataInfo{
public:
int ImageIndex;
int SelectedIndex;
int StateIndex;
int OverlayIndex;
void *Data;
int Count;
System::Byte TextLen;
};

Propriétés

Type Visibilité  Source Unité  Parent
struct
class
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 !

Versions précédentes
Traductions