TApxPhonebook.ClosePhoneBook

TApxPhonebook

procedure ClosePhoneBook;

Closes the phone book file.

The phone book database is stored in a TMemIniFile. Use the ClosePhoneBook method to release any memory allocated by the TApxPhoneBook for phone book entry storage and to close the TMemIniFile.

See the example in the TApxPhoneBook overview section in the printed documentation for a demonstration of the ClosePhoneBook method.

See also: OpenPhoneBook