System.Threading.TParallel.TLoopResult

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TLoopResult = record

C++

struct DECLSPEC_DRECORD TLoopResult
{
private:
    bool FCompleted;
    System::Variant FLowestBreakIteration;
public:
    __property bool Completed = {read=FCompleted};
    __property System::Variant LowestBreakIteration = {read=FLowestBreakIteration};
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.Threading.pas
System.Threading.hpp
System.Threading TParallel

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !