RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.Create Constructor

Creates a new instance of TOleControl.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TOleControl(TComponent * AOwner);

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

 

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