Web.Stencils.TWebStencilsLoopVars.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TWebStencilsLoopVars();

Properties

Type Visibility Source Unit Parent
constructor public
Web.Stencils.pas
Web.Stencils.hpp
Web.Stencils TWebStencilsLoopVars

Description

Create TObjectDictionary instance.

Web.Stencils.TWebStencilsLoopVars.Create inherits from System.Generics.Collections.TObjectDictionary.Create. All content below this line refers to System.Generics.Collections.TObjectDictionary.Create.

Create TObjectDictionary instance.

This overloaded method creates a TObjectDictionary instance.

The Ownerships parameter is a TDictionaryOwnerships that indicates whether the keys and/or values in entries are owned by the dictionary. Either the key or value or both or neither may be owned by the dictionary. If the object is owned, when the entry is removed from the dictionary, the key and/or value is freed.

ACapacity is the initial capacity of the dictionary.

AComparer is an equality comparator function. If not provided, the default comparator for the type is used.

See Also