Open main menu

RAD Studio API Documentation β

Web.WebFileDispatcher.TWebFileExtensions.SetItem

Delphi

procedure SetItem(Index: Integer; const Value: TWebFileExtensionItem );

C++

HIDESBASE void __fastcall SetItem(int Index, TWebFileExtensionItem* const Value);

Properties

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

Description

Copies the properties of another item to a specified item in the web file extensions collection.

SetItem is the protected setter implementation of the Items property. SetItem copies the properties of the item specified by the Value parameter to the item specified by Index.

See Also