Vcl.ExtCtrls.TCustomLabeledEdit

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TCustomEditVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomLabeledEdit

Delphi

TCustomLabeledEdit = class(TCustomEdit)

C++

class PASCALIMPLEMENTATION TCustomLabeledEdit : public Vcl::Stdctrls::TCustomEdit

Properties

Type Visibility Source Unit Parent
class public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

TCustomLabeledEdit is the base class for edit controls that have an integrated label.

TCustomLabeledEdit is the base class for edit controls that have an associated label. This class introduces new properties for managing a label that sits on one side of the edit control.

Do not create instances of TCustomLabeledEdit. Use TCustomLabeledEdit as a base class when declaring edit controls that include a label. Properties and methods of TCustomLabeledEdit provide basic behavior that descendant classes inherit as well as behavior that components can override to customize their behavior.

See Also

Code Examples