Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#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 1018

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.

);



CT Web help

CodeTyphon Studio