[index]
Info Property
Syntax
set the info of {col | column} <number1>
to <number2> of <dataSheet | pickList |
dataSheet | chart> to <string>
Applies to dataSheet or dataSheet columns, pickList columns
Description
The info property of a dataSheet or pickList or dataSheet column stores user-defined information. Info can store any character string of up to 255 characters; the default value is a blank string.
The info property does not affect any standard attributes of a dataSheet or pickList or a dataSheet.
Notes
Examples
You can use the info property to store a variety of useful information. For example, you might use it to indicate when data in a column was last modified.
Add the following handler to a pickList object:
on CloseCell changeRow, changeCol
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.