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. |