RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleContainer.AllowInPlace Property

Determines whether the OLE container allows in-place activation.

Pascal
property AllowInPlace: Boolean;
C++
__property Boolean AllowInPlace;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!