LOTUSSCRIPT/COM/OLE CLASSES


Aliases property
Example

Read-only. The aliases of a form.

Defined in

NotesForm

Data type

Array of strings

Syntax

To get: stringArray = notesForm.Aliases

Usage

When you use GetForm, this property returns all but the first in the list of all the form's names. The Names property returns the first name in the list.

IsEmpty is True for this property if the form has no aliases.

Language cross-reference

Aliases in Java Form class

Example
See Also