Vcl.ExtCtrls.TLabeledEdit.LabelPosition

From RAD Studio API Documentation
Jump to: navigation, search

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.

Vcl.ExtCtrls.TLabeledEdit.LabelPosition inherits from Vcl.ExtCtrls.TCustomLabeledEdit.LabelPosition. All content below this line refers to Vcl.ExtCtrls.TCustomLabeledEdit.LabelPosition.

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