Vcl.OleCtnrs.TOleContainer.SourceDoc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SourceDoc: string read GetSourceDoc;

C++

__property System::UnicodeString SourceDoc = {read=GetSourceDoc};

Properties

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

Description

Specifies the name of the source document for a linked OLE object.

Read SourceDoc to obtain the name of the OLE object when it is linked. An OLE object must already be loaded in the container before accessing the SourceDoc property. If the OLE object isn't linked, SourceDoc returns an empty string.

See Also