RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLabeledEdit.SetupInternalLabel Method

Initializes the control that implements the EditLabel property.

Pascal
procedure SetupInternalLabel;
C++
__fastcall SetupInternalLabel();

Applications do not need to call SetupInternalLabel because this method is called when you set the EditLabel property. 

SetupInternalLabel ensures that there is a control to implement the EditLabel property, adds the labeled edit control to the list of components that should be notified when the label is freed, and sets the label's FocusControl property to the labeled edit control. 

 

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