RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLabeledEdit.EditLabel Property

Specifies the control that implements the label.

Pascal
property EditLabel: TBoundLabel;
C++
__property TBoundLabel EditLabel;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!