Vcl.ExtCtrls.TCustomLabeledEdit.SetupInternalLabel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetupInternalLabel;

C++

void __fastcall SetupInternalLabel();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomLabeledEdit

Description

Initializes the control that implements the EditLabel property.

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.

See Also