Path

<< Click to Display Table of Contents >>

Navigation:  Classes > TContentBase > Properties >

Path

The path registered for the content handler. The value of this property matches the path parameter used when registering the content handler with the THandlers class.

 

SIGNATURE=IW.Content.Base.TContentBase.Path

 

ETYPE=Property

 

Declaration:

Delphi:

public property Path: string;

C++:

public: __property String Path;

 

Description: This is Path, a member of class TContentBase.