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

Methods Detailed

getDataSource()

Returns: String


Last updated