Vcl.RibbonActnCtrls.TRibbonCustomControl.SetParent

From RAD Studio API Documentation

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.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonCustomControl

Description

Sets the parent of the control.

SetParent sets the parent of the control. The AParent parameter specifies the new parent of the control.