[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TSizeConstraintsOptions

Set type used to store values from the TSizeConstraintsOption enumeration.

Declaration

Source position: controls.pp line 711

type TSizeConstraintsOptions = set of (

  scoAdviceWidthAsMin,

  

  scoAdviceWidthAsMax,

  

  scoAdviceHeightAsMin,

  

  scoAdviceHeightAsMax

  

);

Description

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.

See also

TSizeConstraintsOption

  

Enumerated type with options used in TSizeConstraints.

TSizeConstraints.Options

  

Options used to determine the size constraints.


Version 3.2 Generated 2024-02-25 Home