Vcl.OleCtnrs.TOleContainer.AllowActiveDoc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowActiveDoc: Boolean read FAllowActiveDoc write FAllowActiveDoc default True;

C++

__property bool AllowActiveDoc = {read=FAllowActiveDoc, write=FAllowActiveDoc, default=1};

Properties

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

Description

Specifies whether the OLE container supports the IOleDocumentSite interface.

Set AllowActiveDoc to true to specify that the OLE container can house an ActiveDoc (DocObject). Set AllowActiveDoc to false to limit the OLE container to hosting OLE controls that use the more usual interfaces such as IOleClientSite. ActiveDoc-enabled controls have a slightly different border. Set AllowActiveDoc to false to maintain a consistent appearance in forms that do not need to support the IOleDocumentSite interface.

See Also