System.Threading.TTask.CreateReplicaTask

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateReplicaTask(const AProc: TProc; AParent: TTask; CreateFlags: TCreateFlags): TTask; virtual;

C++

virtual TTask* __fastcall CreateReplicaTask(const System::Sysutils::_di_TProc AProc, TTask* AParent, TCreateFlags CreateFlags);

Properties

Type Visibility Source Unit Parent
function protected
System.Threading.pas
System.Threading.hpp
System.Threading TTask

Description

Embarcadero Technologies does not currently have any additional information.