Vcl.OleCtnrs.TOleForm.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Form: TCustomForm);

C++

__fastcall TOleForm(Vcl::Forms::TCustomForm* Form);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleForm

Description

Create creates a new instance of the TOleForm object.

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

See Also