The properties of the IRecord interface are listed below. For a complete list of IRecord interface members, see the IRecord Members topic.
IsCreated | Indicates whether the IRecord actually "exists" in its associated data source (e.g. in a database table). |
IsReadOnly | Indicates whether the IRecord instance's field values, etc. can be modified. |
TableAccess | Returns the IRecord's associated TableAccess. |