[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set type used to store values from the TSizeConstraintsOption enumeration.
Source position: controls.pp line 703
type TSizeConstraintsOptions = set of ( |
||
scoAdviceWidthAsMin, |
|
|
scoAdviceWidthAsMax, |
|
|
scoAdviceHeightAsMin, |
|
|
scoAdviceHeightAsMax |
|
|
); |
TSizeConstraintsOptions is a set type used to store zero or more values from the TSizeConstraintsOption enumeration. TSizeConstraintsOptions is the type used to implement the Options property in TSizeConstraints.
|
Enumerated type with options used in TSizeConstraints. |
|
|
Options used to determine the size constraints. |
Version 4.0 | Generated 2025-05-03 | Home |