[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TThreadList.Duplicates

Describes what to do with duplicates

Declaration

Source position: classesh.inc line 239

public property TThreadList.Duplicates: TDuplicates
  read FDuplicates
  write FDuplicates;

Description

Duplicatesdescribes what the threadlist should do when a duplicate pointer is added to the list. It is identical in behaviour to the Duplicatesproperty of TStringList.

See also

TDuplicates

  

Type to describe what to do with duplicate values in a TStringlist.