Vcl.OleCtnrs.TOleContainer.AllowInPlace

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

Delphi

property AllowInPlace: Boolean read FAllowInPlace write FAllowInPlace default True;

C++

__property bool AllowInPlace = {read=FAllowInPlace, write=FAllowInPlace, default=1};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleContainer

説明

OLE コンテナでインプレースアクティベーションを許可するかどうかを決めます。

AllowInPlace プロパティは,ユーザーが OLE オブジェクトをアクティブ化したときに行われる処理を示します。AllowInPlace が true で Iconic が false の場合,OLE オブジェクトのインプレースアクティベーションが行われます。AllowInPlace が false の場合,OLE オブジェクトは別々のウィンドウでアクティブ化されます。デフォルト値は true です。

関連項目