Vcl.Forms.TCustomForm.OleFormObject

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OleFormObject: IOleForm read FOleForm write FOleForm;

C++

__property _di_IOleForm OleFormObject = {read=FOleForm, write=FOleForm};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Beschreibung

Gibt die IOleForm-Schnittstelle für ein im Formular enthaltenes In-Place-OLE-Objekt an.

OleFormObject wird für Größenänderungs- und Freigabebotschaften verwendet, wenn ein Formular für ein In-Place-OLE-Objekt verwendet wird.

Siehe auch