Vcl.ExtCtrls.TLabeledEdit.EditLabel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EditLabel: TBoundLabel read FEditLabel;

C++

__property EditLabel;

Properties

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

Description

Specifies the control that implements the label.

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

Specifies the control that implements the label.

Use EditLabel to work with the label that is associated with this labeled edit control. Use this label's properties to specify the caption that appears on the label, the position of the caption within the label, the font used to write that caption, and so on. At design time, expand the EditLabel property in the Object Inspector to set its properties.

See Also

Code Examples