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

TLabelPosition

TLabelPosition is an enumerated type with values that represent the position of a label relative to an associated control: i. e. above, below, left, or right.

Declaration

Source position: extctrls.pp line 987

type TLabelPosition = (

  lpAbove,

  

Label is displayed above the control.

  lpBelow,

  

Label is displayed below the control.

  lpLeft,

  

Label is displayed to the left of the control.

  lpRight

  

Label is displayed to the right of the control.

);


Version 3.2 Generated 2024-02-25 Home