System.Generics.Collections.TThreadList.Duplicates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Duplicates: TDuplicates read FDuplicates write FDuplicates;

C++

__property System::Types::TDuplicates Duplicates = {read=FDuplicates, write=FDuplicates, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TThreadList

Description

Determines the behavior of the thread-safe list when dealing with duplicate values.

See Also