System.Threading.TTask.IsReplicating

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsReplicating: Boolean read GetIsReplicating;

C++

__property bool IsReplicating = {read=GetIsReplicating, nodefault};

Properties

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

Description

Is True if the TTask is a replica of other task, False otherwise.

See Also