PhonebookEntry Event

Fired for every Phonebook entry when the ListPhonebook method is called.

Syntax

type TPhonebookEntryEvent = procedure (
  Sender: TObject;
  const Entry: String
) of Object;

property OnPhonebookEntry: TPhonebookEntryEvent read FOnPhonebookEntry write FOnPhonebookEntry;

Remarks

To get extended entry information, set the PhonebookEntry property to the value supplied in the Entry parameter.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Delphi Edition - Version 20.0 [Build 8307]