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

TSizeConstraintsOption

Enumerated type with options used in TSizeConstraints.

Declaration

Source position: controls.pp line 635

type TSizeConstraintsOption = (

  scoAdviceWidthAsMin,

  

  scoAdviceWidthAsMax,

  

  scoAdviceHeightAsMin,

  

  scoAdviceHeightAsMax

  

);

Description

Not used in the current LCL Implementation.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.