[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Set type used to store TPanelPart values.
Source position: comctrls.pp line 55
type TPanelParts = set of ( |
||
ppText, |
|
Panel part contains text with text alignment. |
ppBorder, |
|
Panel parts contains a bevel style. |
ppWidth |
|
Panel part contains a width value. |
); |
TPanelParts is a set type used to store TPanelPart values.
Version 4.0 | Generated 2025-05-03 | Home |