Vcl.ExtCtrls.TCustomLabeledEdit.LabelPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LabelPosition: TLabelPosition read FLabelPosition write SetLabelPosition default lpAbove;

C++

__property TLabelPosition LabelPosition = {read=FLabelPosition, write=SetLabelPosition, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomLabeledEdit

Description

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