RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleForm.Create Constructor

Create creates a new instance of the TOleForm object.

Pascal
constructor Create(Form: TCustomForm);
C++
__fastcall TOleForm(TCustomForm Form);

Create is used to create a new instance of the TOleForm object. Form is the form upon which to base the new TOleForm object. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!