RAD Studio VCL Reference
|
TCustomLabeledEdit is the base class for edit controls that have an integrated label.
TCustomLabeledEdit = class(TCustomEdit);
class TCustomLabeledEdit : public TCustomEdit;
ExtCtrls
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|