System.Threading.TParallelArray.SortThreshold

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property SortThreshold: NativeInt read FSortThreshold write FSortThreshold default 5000;

C++

/* static */ __property System::NativeInt SortThreshold = {read=FSortThreshold, write=FSortThreshold, default=5000};

Properties

Type Visibility Source Unit Parent
property public
System.Threading.pas
System.Threading.hpp
System.Threading TParallelArray

Description

Embarcadero Technologies does not currently have any additional information.