Type property: RecordDefn class
Description
Use this property to set the type for a record. The values can be one of the following. Value 4 with its associated constant value is desupported, so it is not included in the list.
| Numeric Value | Constant Value |
|---|---|
|
0 |
%RecordType_SQLTable |
|
1 |
%RecordType_SQLView |
|
2 |
%RecordType_Derived |
|
3 |
%RecordType_SubRecord |
|
5 |
%RecordType_DynamicView |
|
6 |
%RecordType_QueryView |
|
7 |
%RecordType_TempTable |
The default type is %RecordType_SQLView.
Example
&myNewRecord.Type = %RecordType_SQLTable;