JSDO properties, methods, and events reference : table reference property (UIHelper class)
  

table reference property (UIHelper class)

An object reference property on a UIHelper instance that corresponds to a table of the JSDO with which the UIHelper instance is associated.
You can use this table reference to access methods of the progress.ui.UIHelper class.
Data type: Table object reference in JSDO memory
Access: Read-only
Applies to: progress.ui.UIHelper class
Note: A table reference (table-ref in syntax) on a UIHelper object does not have a record property. Therefore you cannot use this table reference to directly access record field values, but only to invoke methods on the UIHelper object.

See also:

table reference property (JSDO class)