Astonsoft                                                                                                    WAB Processor
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 with sources (144 KB)
Download trial version (310 KB)

Order WAB-P with sources - $49.95 (US)
Order WAB-P without sources - $29.95 (US)
Home  ::   Overview  ::   Download  ::   Order  ::   Support  ::   Contact
©2004-2010 Astonsoft Ltd. All rights reserved.