System.Classes.TAsyncProcedureEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TAsyncProcedureEvent = procedure (const ASyncResult: IAsyncResult) of object;
TAsyncProcedureEvent = procedure (const ASyncResult: IAsyncResult) of object;

C++

typedef void __fastcall (__closure *TAsyncProcedureEvent)(const System::Types::_di_IAsyncResult ASyncResult);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.