Vcl.Forms.TCustomForm.OleFormObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OleFormObject: IOleForm read FOleForm write FOleForm;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

Specifies the IOleForm interface for an in-place OLE object contained in the form.

OleFormObject is used to communicate resize and destroy notifications when a form is used as a frame for an in-place OLE object.

See Also