Flag property: QueryDBRecordField class
Description
This property returns the Use and Edit Flags of the field, which are set when the Field is defined in Application Designer, as a numeric value.
Values for Use Flags are:
| Value | Description |
|---|---|
|
1 |
Key |
|
2 |
Duplicate Key |
|
4 |
System |
|
8 |
Audit Field Add |
|
16 |
Alternate Key |
|
32 |
List Item |
|
64 |
Descending Key |
|
128 |
Audit Field Change |
|
1024 |
Audit Field Delete |
|
2048 |
Search Item |
|
32768 |
Auto Update |
Values for Edit Flags are:
| Value | Description |
|---|---|
|
256 |
Required |
|
512 |
Edit Translate |
|
4096 |
Date Range Edit |
|
8192 |
Yes/No Table Edit |
|
16384 |
Edit Table |
|
262144 |
From Search Field |
|
524288 |
Through Search Field |
|
8388608 |
Use Default Label Flag |
|
16777216 |
Default Search Field |
This is a read-only property.