Skip to content

Instantly share code, notes, and snippets.

@PaulTSmith
PaulTSmith / gist:3338421a1fcd7c42f8612a43a65a1173
Created June 3, 2016 06:31
Delphi login and JSON conversion to dataset for Dreamfactory
private
{ Private declarations }
JSONLogin: TJSONObject;
JSONResponse1, JSONResponse2: TJSONObject;
sCleanedSessionID, sCleanedSessionToken: string;
procedure login(sEmail, sPassword: string);
procedure GetDataFromTable(sTableName: string);
public
{ Public declarations }
end;