JSBaseRecord

Overview

JSBaseRecord serves as the foundational type for a record, representing a single row within a foundset. This includes various foundset types such as JSFoundSet, ViewFoundSet, or MenuFoundSet.

Each JSBaseRecord is associated with a foundset, providing access to the dataset it belongs to. This association allows manipulation and interaction with the data structure.

The getDataSource() method retrieves the datasource linked to the record, offering insights into the origin of the data.

For more details, refer to the JSRecord documentation.

Properties Summarized

Type
Name
Summary

Methods Summarized

Type
Name
Summary

Properties Detailed

foundset

Type JSFoundSet the foundset to which this record belongs.

Methods Detailed

getDataSource()

Returns: String the data source associated with this record.


Last updated

Was this helpful?