Vcl.ComCtrls.TNodeDataInfo2

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TNodeDataInfo2 = record
    ImageIndex: Integer;
    SelectedIndex: Integer;
    StateIndex: Integer;
    OverlayIndex: Integer;
    ExpandedIndex: Integer;
    Data: Pointer;
    Count: Integer;
    Enabled: Byte;
    TextLen: Byte;
  end;

C++

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

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.