Vcl.ExtCtrls.TLabeledEdit.LabelPosition

From RAD Studio API Documentation

Delphi

property LabelPosition: TLabelPosition read FLabelPosition write SetLabelPosition default 0;

C++

__property LabelPosition = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TLabeledEdit

Description

Specifies the position of the label relative to the edit control. {{#multireplace:Vcl.ExtCtrls.TLabeledEdit.LabelPosition|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ExtCtrls.TCustomLabeledEdit.LabelPosition|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ExtCtrls.TCustomLabeledEdit.LabelPosition|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies the position of the label relative to the edit control.

Set LabelPosition to indicate where the label sits relative to the edit control.

See Also

Code Examples