[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TTreeViewExpandSignType - enumerated type for specifying the symbol type to appear in treeviews to denote whether or not the node is expanded: either a +- sign or an arrow
Source position: comctrls.pp line 2376
type TTreeViewExpandSignType = ( |
||
tvestTheme, |
||
tvestPlusMinus, |
|
|
tvestArrow |
|
|
); |
lazarus-ccr.sourceforge.net |