Vcl.ExtCtrls.TCustomLabeledEdit.SetParent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetParent(AParent: TWinControl); override;

C++

virtual void __fastcall SetParent(Vcl::Controls::TWinControl* AParent);

Properties

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

Description

Sets the value of the Parent property.

SetParent is the protected property setter for the Parent property. TCustomLabeledEdit overrides SetParent to ensure that the label has the same parent as the edit control.

See Also