DynamicRecord Properties |
[This is preliminary documentation and is subject to change.]
The DynamicRecord type exposes the following members.
Name | Description | |
---|---|---|
![]() | Caption |
Display name
|
![]() | DataDictionaryTable |
Reference to DataDictionary table
|
![]() | DataRow |
Field values
|
![]() | HasID |
Does this record have an ID? No ID means that it has not been read from database.
|
![]() | ID |
Unique ID read from database.
NB: will FAIL if ID is not set (typically because record has not been read from database)!
|
![]() | TableName |
Table name
|