Vcl.ExtCtrls.TCustomLabeledEdit.EditLabel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EditLabel: TBoundLabel read FEditLabel;

C++

__property TBoundLabel* EditLabel = {read=FEditLabel};

Properties

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

Description

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