CallLogEntry and DialingDirectoryEntry objects
The Name property holds a string associated with the phone number, typically the caller’s name.
The Name property takes a String value. The following example for a CallLogEntry writes the name associated with the entry to a single line edit box:
// Integer index passed into function CallLog l_log CallLogEntry l_logentry l_log = CREATE CallLog
l_logentry = l_log.getEntry (index)
sle_1.text = l_entry.Name
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |