[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 3232
type TTreeViewExpandSignType = ( |
||
tvestTheme, |
||
tvestPlusMinus, |
|
|
tvestArrow, |
|
|
tvestArrowFill |
||
); |
lazarus-ccr.sourceforge.net |