RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLabeledEdit Class

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

Pascal
TCustomLabeledEdit = class(TCustomEdit);
C++
class TCustomLabeledEdit : public TCustomEdit;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!