LOTUSSCRIPT/COM/OLE CLASSES


Readers property
Example

Read-write. The contents of the $Readers field.

Defined in

NotesForm

Data type

Array of strings

Syntax

To get: stringArray = notesForm.Readers

To set: notesForm.Readers = stringArray

Usage

This property accepts an array of strings or a single string. Setting this property replaces prior values.

Language cross-reference

Readers in Java Form class

Example
See Also