RealTimeRecord Constructor(RealTimeTable,Int32)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a RealTimeRecord instance that will immediately bind to the given table and record number.
public RealTimeRecord(
RealTimeTable table,
int recordNum
)
public:
RealTimeRecord(
RealTimeTable^ table,
int recordNum
)
Parameters
- table
- The table to bind to.
- recordNum
- The associated record number to bind to.