API:Vcl.DBCtrls.TDBEdit

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtCtrls.TCustomLabeledEditVcl.Mask.TCustomMaskEditVcl.StdCtrls.TCustomEditVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDBEdit

Delphi

TDBEdit = class(TCustomLabeledEdit)

C++

class PASCALIMPLEMENTATION TDBEdit : public Vcl::Extctrls::TCustomLabeledEdit

Properties

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

Description

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

Vcl.DBCtrls.TDBEdit inherits from Vcl.ExtCtrls.TCustomLabeledEdit. All content below this line refers to Vcl.ExtCtrls.TCustomLabeledEdit.

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