Astonsoft                                                                                    Google Calendar Delphi Component
Home Overview Download Order Support Contact
 

WAB - Processor Overview

WAB - P component supports Delphi 4,6,7, offering direct work with contact fields in default/additional Windows Adress Book.

Features

  • read all data from Address Book
  • write any data to Address Book
  • directly edit any fields in Address Book

Component uses Windows Address Book API, thus ensuring compatability with all older versions of Address Books and possible smallest modifications for future versions of WAB.

WAB -P is a non-visual component, offering simple and straightforward features.

Examples

  • outputting all contact from default Windows Address Book into listbox:

    WAB := TWABContacts.Create('');
    ListBox1.Items.Clear;
    for I := 0 to WAB.ContactCount - 1 do
     ListBox1.Items.Add(WAB[I].PropByTag[PR_DISPLAY_NAME]);
    WAB.Free;
Download working example
(619 KB)

Note! Trial version of the component is available .

Order Google Calendar Delphi component without sources
($199 $149 Limited time introductory offer)

Note! Source code is available .
Home  ::   Overview  ::   Download  ::   Order  ::   Support  ::   Contact
©2008 Astonsoft Ltd. All rights reserved.