AddEntry

Description

Adds an entry to a dialing directory.

NoteFunction not implemented The AddEntry function is not implemented in PocketBuilder 2.0. It is reserved for future use.

Applies to

DialingDirectory objects

Syntax

objectname.AddEntry ( entry )

Argument

Description

objectname

The name of the DialingDirectory object to which you want to add an entry.

entry

A DialingDirectoryEntry structure that you want to add to the directory. The DataSource property of the object must contain a positive non-zero value.

Returns

Integer. Returns 1 for success, and one of the following negative values if an error occurs:

See also