Astonsoft Highrise Delphi Component v1.6 D7-D10.3 Rio Cracked

Astonsoft Highrise Delphi Component v1.6 D7-D10.3 Rio Cracked

Astonsoft Highrise Delphi Component v1.6 D7-D10.3 Rio Cracked
Astonsoft Highrise Delphi Component v1.6 D7-D10.3 Rio Cracked


Highrise Delphi component is a non-visual Delphi component that allows you to work with 37 signals' Highrise service. The component supports Delphi 7 and higher Delphi versions and works directly with Highrise using official API.

Features
Create and edit tasks and contacts
Access to XML code for each object with possibility to read and modify any fields for an object
Unicode support for all text fields
HTTP, SSL, SOCKS4, SOCKS5 proxy servers support
HTTPS support

Connecting to HighRiseHQ and showing list of tasks in listbox.

HighRiseHQ := THighRiseHQ.Create;
HighRiseHQ.Connect('https://mydomain.highrisehq.com', 'MyOpenID', 'Pass');
HighRiseHQ.LoadTasks;
for I := 0 to HighRiseHQ.TasksCount - 1 do
  ListBox1.Items.Add(HighRiseHQ.Tasks[I].Title);


Adding a new task "Buy milk".

With HighRiseHQ.NewTask do
begin
  Body := 'Buy milk';
  Store;
End;


Only for V.I.P
Warning! You are not allowed to view this text.