System.SyncObjs.TSpinLock.IsThreadTrackingEnabled

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IsThreadTrackingEnabled: Boolean read GetIsThreadTrackingEnabled;

C++

__property bool IsThreadTrackingEnabled = {read=GetIsThreadTrackingEnabled};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TSpinLock

Description

Utilisée pour vérifier si le suivi des threads est activé.

IsThreadTrackingEnabled renvoie True si le suivi des threads est activé pour cette instance de TSpinLock, et False sinon.

Voir aussi