System.Threading.TParallel.TIteratorEvent
Delphi
TIteratorEvent = procedure (Sender: TObject; AIndex: Integer) of object;
C++
typedef void __fastcall (__closure *TIteratorEvent)(System::TObject* Sender, int AIndex);
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.