Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TDelphiNodeInfo

TDelphiNodeInfo - record structure for Tree Node information (for Delphi compatibility).

Declaration

Source position: comctrls.pp line 2990

type TDelphiNodeInfo = packed record

  ImageIndex: Integer;

  

Ordinal position for the image displayed for the node

  SelectedIndex: Integer;

  

  StateIndex: Integer;

  

  OverlayIndex: Integer;

  

  Data: Cardinal;

  

  Count: Integer;

  

  Text: string;

  

end;



CT Web help

CodeTyphon Studio