System.Threading.TParallel.TLoopResult

From RAD Studio API Documentation
Revision as of 18:21, 25 February 2016 by L10nBot (talk | contribs) (restored)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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};
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.