Description: | Contains the text in a field of the record for the selected item. As there can be several fields in a record, the field texts are held in an array. Always use an index when referencing the SelField property. |
Used in control(s): | ComboBox |
Value: | Text string of a field. The index is the number of the field to be accessed. It is only effective when the data was loaded using the FileName property. |
Default value: | None. |
COBOL picture: | X, up to 8192 bytes |
OLE data type: | VT_BSTR |
Design time access: | Not accessible. |
Execution time access: | Reference only. |
Backward compatibility attribute: | POW-SELRECORDSTR PIC X(128) DEPENDING ON fields |