System.Threading.TParallel.TLoopResult

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.Threading.pas
System.Threading.hpp
System.Threading TParallel

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。