Vcl.OleCtnrs.TOleForm.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create(Form: TCustomForm);

C++

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

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleForm

説明

Create は,TOleForm オブジェクトの新しいインスタンスを作成します。

Create は,TOleForm オブジェクトの新しいインスタンスを作成するために使用します。Form は新しい TOleForm オブジェクトの基本となるフォームです。

関連項目