TDelphiNodeInfo - record structure for Tree Node information (for Delphi compatibility).
Source position: comctrls.pp line 2995
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; |
| Version 4.6 | Generated 2026-02-20 | Home |