Vcl.ComCtrls.TNodeInfo

From RAD Studio API Documentation
Jump to: navigation, search

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;
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!