Datasnap.DSSession.TDSLocalServer.HasError

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: TDSLocalServer

Delphi

function HasError: Boolean;

C++

bool __fastcall HasError();

Description

Specifies whether an error occurred while processing the byte stream.

The HasError method specifies whether an error occurred while processing the byte stream.

See Also