JClient for the RestXEDataTypes Project
function AddInt (a, b: Integer): Integer
a:
b:
result:
AddInt
function AddDouble (a, b: Double): Double;
a:
b:
result:
Add Double
function IsOK: Boolean;
result:
IsOK
function GetLargeString (nCount: Integer): string;
nCount:
result:
GetLargeString
GetLargeString 100 (first 20)
GetLargeString 100 (last 15)
function GetPerson: TPerson;
result:
GetPerson
function GetPersonWithData: TPersonData;
result:
list:
GetPersonWithData
function GetCustomers: TDataSet;
GetCustomers
function GetCustomers: TDataSet; (paging)
GetCustomers:
Page1
function GetImage: TStream;
result:
GetImage
function GetPersonJson: TJSONObject;
result:
GetPersonJson
function GetNamesJson: TJSONArray;
result:
GetNamesJson