Vcl.OleCtnrs.TOleContainer.AllowInPlace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowInPlace: Boolean read FAllowInPlace write FAllowInPlace default True;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleContainer

Description

Determines whether the OLE container allows in-place activation.

Set AllowInPlace to specify what happens when the user activates the OLE object. If AllowInPlace is true and Iconic is false, the OLE object is activated in place. If AllowInPlace is false, the OLE object is activated in a separate window. The default value is true.

See Also