API:Datasnap.DSServer.TDSServer.Error

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Error(const ErrorEventObject: TDSErrorEventObject); override;

C++

virtual void __fastcall Error(Datasnap::Dscommonserver::TDSErrorEventObject* const ErrorEventObject);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServer

Description

Virtual abstract method to be implemented in subclasses.

Datasnap.DSServer.TDSServer.Error inherits from Datasnap.DSCommonServer.TDSCustomServer.Error. All content below this line refers to Datasnap.DSCommonServer.TDSCustomServer.Error.

Virtual abstract method to be implemented in subclasses.

Error is a virtual abstract method that requires implementation in derived classes.

See Also