procedure AddEntry(Entry : TAxPBookRecord);
Adds a phone book entry to the phone book.
Use the AddEntry method to add a new entry to a phone book. The EntryName field must be unique to the phone book database. See the ShowEditDialog and ShowNewEntryDialog methods of the TApxCustomPhoneBook component in AxPBook.pas for an example of adding an entry.
See also: DeleteEntry, ShowEditDialog, ShowNewEntryDialog