System.Classes.TAsyncFunctionEvent
Delphi
TAsyncFunctionEvent = procedure (const ASyncResult: IAsyncResult; out Result: TObject) of object;
C++
typedef void __fastcall (__closure *TAsyncFunctionEvent)(const System::Types::_di_IAsyncResult ASyncResult, /* out */ System::TObject* &Result);
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.