Browse Source

* Errormessage property

michael 5 years ago
parent
commit
ff0cbf12c8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/dataabstract/rosdk.pas

+ 1 - 0
packages/dataabstract/rosdk.pas

@@ -142,6 +142,7 @@ Type
     function read (const aName,aType : String) : TROValue;
     function read (const aName,aType : String) : TROValue;
     Procedure write (const aName,aType : String; aValue : JSValue);
     Procedure write (const aName,aType : String; aValue : JSValue);
     Property ClientID : String Read getClientID Write setClientID;
     Property ClientID : String Read getClientID Write setClientID;
+    Property ErrorMessage : String Read getErrorMessage;
   end;
   end;
 
 
   TROJSONMessage = class external name 'RemObjects.SDK.JSONMessage' (TROMessage)
   TROJSONMessage = class external name 'RemObjects.SDK.JSONMessage' (TROMessage)