Vcl.Forms.TCustomForm.OleFormObject

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

Delphi

property OleFormObject: IOleForm read FOleForm write FOleForm;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

説明

フォームに含まれるインプレース OLE オブジェクトの IOleForm インターフェースです。

OleFormObject プロパティを使用すると,フォームがインプレース OLE オブジェクトのフレームとして使用されているときに,サイズ変更および破棄通知をやり取りするのに使用します。

関連項目