Table A-14 shows a sample row in the PBCatEdt table for a DropDownDataWindow edit style. Table A-15 shows the meaning of the values in Table A-14.
Name |
Edit |
Type |
Cntr |
Seqn |
Flag |
Work |
---|---|---|---|---|---|---|
MyEdit |
DataWin |
88 |
1 |
1 |
Flag |
Limit |
MyEdit |
DataCol |
88 |
1 |
2 |
0 |
Key |
MyEdit |
DisplayCol |
88 |
1 |
3 |
0 |
Width% |
Value |
Meaning |
---|---|
DataWin |
Name of DataWindow object to use. |
DataCol |
Data column from DataWindow object. |
DisplayCol |
Display column from DataWindow object. |
Limit |
Character representation (in decimal) of Limit value. |
Key |
One-character accelerator key. |
Width% |
Width of the dropdown part of the DropDownDataWindow in %. |
Flag |
32-bit flag. Low-order four hex digits are generic edit type; high-order four are styles within the type. A 1 in any bit indicates the corresponding style is checked. A 0 in any bit indicates the corresponding style is unchecked.
|