Datasnap.DSHTTPCommon.TDSServiceResponseHandler.GetOKStatus
| [–] 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.