Web.WebFileDispatcher.TWebDirectories.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TWebDirectoryItem;

C++

HIDESBASE TWebDirectoryItem* __fastcall Add();

Properties

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

Description

Creates a new Add instance and adds it to the Items array.

Call Add to create an item in the TWebDirectories collection. The item is placed at the end of the Items array.

Add returns the new collection item.

See Also