System.Threading.TTask.TCreateFlag

From RAD Studio API Documentation
Jump to: navigation, search

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.