System.Threading.TParallel.TIteratorStateEvent64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TIteratorStateEvent64 = procedure (Sender: TObject; AIndex: Int64; const LoopState: TLoopState) of object;

C++

typedef void __fastcall (__closure *TIteratorStateEvent64)(System::TObject* Sender, __int64 AIndex, TLoopState* const LoopState);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.Threading.pas
System.Threading.hpp
System.Threading TParallel

Description

Embarcadero Technologies does not currently have any additional information.