System.Generics.Collections.TThreadList.Duplicates

提供:RAD Studio API Documentation

Delphi

property Duplicates: TDuplicates read FDuplicates write FDuplicates;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TThreadList


説明

重複値を処理する際のスレッドセーフ リストの動作を決定します。

関連項目