Web.WebFileDispatcher.TWebDirectories

From RAD Studio API Documentation

TWebDirectoriesSystem.Classes.TCollectionSystem.Classes.TPersistentSystem.TObject

Delphi

TWebDirectories = class(TCollection)

C++

class PASCALIMPLEMENTATION TWebDirectories : public System::Classes::TCollection

Properties

Type Visibility Source Unit Parent
class public
Web.WebFileDispatcher.pas
Web.WebFileDispatcher.hpp
Web.WebFileDispatcher Web.WebFileDispatcher

Description

Represents the base class for implementing a collection of web directories.

Use the TWebDirectories class to implement a collection of web directories. TWebDirectories represents a collection of TWebDirectoryItems.

See Also