System.Threading.TTask.TCreateFlag
Delphi
TCreateFlag = (Replicating, Replica);
C++
enum class DECLSPEC_DENUM TCreateFlag : unsigned char { Replicating, Replica };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | protected | System.Threading.pas System.Threading.hpp |
System.Threading | TTask |
Description
For internal use only.