Vcl.OleCtnrs.TOleForm.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(Form: TCustomForm);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleForm

Beschreibung

Erzeugt eine neue Instanz von TOleForm.

Mit Create wird eine neue Instanz von TOleForm erzeugt. Der Parameter Form bezeichnet das Formular, auf dem das neue TOleForm-Objekt basieren soll.

Siehe auch