Plaxo Delphi Component

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

Features

  • View contact info
  • Access to XML code for each object with possibility to read any field for an object
  • Unicode support for all text fields
  • HTTP proxy support

Examples

Connecting to Plaxo and showing list of contacts in listbox.

Plaxo := TPlaxo.Create;
Plaxo.Connect('email@address.com', 'password');
for I := 0 to Plaxo.ContactsCount - 1 do
  ListBox1.Items.Add(Plaxo.Contacts[I].Title);

$99

Buy

With source codes

$49

Without source codes

Buy

Download working example.

Note! The trial version of the component is available upon request.

Version History

PDC 1.0

Feb. 15, 2012

View info

More Version History