Class TPlaceholderNames

Unit

Declaration

type TPlaceholderNames = class(specialize TDictionary<string,TPlaceholderName>)

Description

This item has no description.

Hierarchy

  • TObject
  • TDictionary
  • TPlaceholderNames

Overview

Properties

Public property Items [const AKey: string]: TPlaceholderName read GetItems write SetItems;

Description

Properties

Public property Items [const AKey: string]: TPlaceholderName read GetItems write SetItems;

Access dictionary items. Setting this is allowed regardless if the key previously existed or not, in other words: setting this does AddOrSetValue, contrary to the ancestor TDictionary that only allows setting when the key already exists.


Generated by PasDoc 0.16.0-snapshot.