FireDAC.Comp.Client.TFDCustomCommand.HandleFinished

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomCommand

Delphi

procedure HandleFinished(const AInitiator: IFDStanObject;
AState: TFDStanAsyncState; AException: Exception); virtual;

C++

virtual void __fastcall HandleFinished(const Firedac::Stan::Intf::_di_IFDStanObject AInitiator, Firedac::Stan::Intf::TFDStanAsyncState AState, System::Sysutils::Exception* AException);

Description

Embarcadero Technologies does not currently have any additional information.