System.SyncObjs.TSpinWait.NextSpinCycleWillYield

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NextSpinCycleWillYield: Boolean read GetNextSpinCycleWillYield;

C++

__property bool NextSpinCycleWillYield = {read=GetNextSpinCycleWillYield};

Properties

Type Visibility Source Unit Parent
property public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TSpinWait

Description

Specifies whether the next call to SpinCycle will yield the processor.

NextSpinCycleWillYield returns True if the next call to SpinCycle will yield the processor, False otherwise.

See Also