Web.WebFileDispatcher.TWebDirectories.GetOwner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOwner: TPersistent; override;

C++

DYNAMIC System::Classes::TPersistent* __fastcall GetOwner(void);

Properties

Type Visibility Source Unit Parent
function protected
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher TWebDirectories

Description

Returns the owner of the web file extensions collection.

Call GetOwner to obtain a reference to the object that owns the web file extensions collection. Typically, the owner uses the collection to implement one of its properties.

See Also