Datasnap.DSHTTPCommon.TDSServiceResponseHandler.GetOKStatus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOKStatus: Integer; virtual;

C++

virtual int __fastcall GetOKStatus();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSServiceResponseHandler

Description

Populates errors into the response, if any.

The GetOKStatus protected virtual method populates errors into the response, if any. GetOKStatus returns True if errors were populated, False otherwise.

See Also