System.Threading.TParallel.TLoopResult.Completed
Delphi
property Completed: Boolean read FCompleted;
C++
__property bool Completed = {read=FCompleted};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | System.Threading.pas System.Threading.hpp |
System.Threading | TLoopResult |
Description
Vaut True si le TParallel.For est terminé, False sinon.