System.Generics.Collections.TDictionary.TPairEnumerator.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const ADictionary: TDictionary<K,V>);

C++

__fastcall TPairEnumerator(TDictionary__2<K,V>* const ADictionary);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TPairEnumerator

Beschreibung

Erzeugt eine Instanz von TDictionary.TPairEnumerator.

Mit Create erzeugen Sie eine Instanz der Klasse TDictionary.TPairEnumerator.

Siehe auch