Datasnap.DSHTTPCommon.TDSServiceResponseHandler.GetOKStatus

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSServiceResponseHandler

Delphi

function GetOKStatus: Integer; virtual;

C++

virtual int __fastcall GetOKStatus();

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