[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set type used to store values from the TSizeConstraintsOption enumeration.
Source position: controls.pp line 642
type TSizeConstraintsOptions = set of ( |
||
scoAdviceWidthAsMin, |
|
|
scoAdviceWidthAsMax, |
|
|
scoAdviceHeightAsMin, |
|
|
scoAdviceHeightAsMax |
|
|
); |
|
Enumerated type with options used in TSizeConstraints. |
lazarus-ccr.sourceforge.net |