LoadEntry Method  
 

Load the specified entry from the current phonebook.

Syntax

object.LoadEntry( [EntryName] )

Parameters

EntryName
An optional string value which specifies the phonebook entry to load. If this argument is not provided, the current entry is reloaded from the phonebook, abandoning any changes that have been made.

Return Value

A value of zero is returned if the operation was successful, otherwise a non-zero error code is returned which indicates the cause of the failure.

Remarks

The LoadEntry method loads the specified entry from the current phonebook and sets the control properties to match the configuration.

See Also

PhoneBook Property, PhoneEntry Property