Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TSizeConstraintsOptions

Set type used to store values from the TSizeConstraintsOption enumeration.

Declaration

Source position: controls.pp line 642

type TSizeConstraintsOptions = set of (

  scoAdviceWidthAsMin,

  

  scoAdviceWidthAsMax,

  

  scoAdviceHeightAsMin,

  

  scoAdviceHeightAsMax

  

);

See also

TSizeConstraintsOption

  

Enumerated type with options used in TSizeConstraints.