Multiline  NotificationID

Chapter 3: Property Descriptions and Usage

Name

Applies to

CallLogEntry and DialingDirectoryEntry objects

Description

The Name property holds a string associated with the phone number, typically the caller’s name.

Usage


In scripts

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. NotificationID

View this book as PDF