Vcl.OleCtrls.TOleControl.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TOleControl(System::Classes::TComponent* AOwner);
/* TWinControl.CreateParented */ inline __fastcall TOleControl(HWND ParentWindow) : Vcl::Controls::TWinControl(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl

Description

Creates a new instance of TOleControl.

Use Create to create a new instance of the TOleControl object. Create calls the inherited Create method and creates and initializes internal objects.

See Also