[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TDelphiNodeInfo - record structure for Tree Node information (for Delphi compatability)
Source position: comctrls.pp line 2040
type TDelphiNodeInfo = packed record |
||
ImageIndex: Integer; |
|
|
SelectedIndex: Integer; |
|
|
StateIndex: Integer; |
|
|
OverlayIndex: Integer; |
|
|
Data: Pointer; |
|
|
Count: Integer; |
|
|
Text: String; |
|
|
end; |
lazarus-ccr.sourceforge.net |