RealTimeBaseRecord Class Fields
- Last UpdatedApr 08, 2026
- 3 minute read
For a list of all members of this type, see RealTimeBaseRecord members.
| Name | Description | |
|---|---|---|
![]() | m_disposed | Indicates whether the record has been disposed. |
![]() | m_fieldsModified | Indicates whether any fields have been modified while this record has been locked. |
![]() | m_internal_table | Indicates whether the record is bound to an internal table. |
![]() | m_IsAttached | Indicates whether this record is attached to the shared memory. |
![]() | m_keysModified | Indicates whether any keys have been modified while this record has been locked. |
![]() | m_localOwnedMemory | Internal local memory for the object. |
![]() | m_locked | Indicates whether this record is locked. |
![]() | m_PublishAndReplicateCMXREP | Publisher and replicator object. |
![]() | m_PublishOnlyCMXREP | Only publisher object. |
![]() | m_recNum | The number of the record. |
![]() | m_recPtr | The record pointer for the record. |
![]() | m_table | The table that this record is bound to. |
![]() | m_UsePublishAndReplicateCMXREP | Indicates whether the notification must be publish and replicate. |
![]() | m_UsePublishOnlyCMXREP | Indicates whether the change notification must be publish only. |
![]() | m_UsingRecordPtrToLocalMemory | Indicates whether the underlying record is an in-memory record or is a true record in the database. |
