Datasnap.DSSession.TDSLocalServer.HasError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasError: Boolean;

C++

bool __fastcall HasError();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSLocalServer

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