Description: | Defines the record format for fixed length text files. |
Used in control(s): | ComboBox |
Value: | The format of the record, specified by providing a list of field lengths. Field lengths can be separated by comma (",") or blank (" "). For example, to specify a record consisting of two fields of 11 and 8 bytes respectively code: MOVE "11, 8" TO "RecordForm" It is only effective when the FileType property is "2 - Fixed Text Format". |
Default value: | None. |
COBOL picture: | X, up to 8192 bytes |
OLE data type: | VT_BSTR |
Design time access: | Set and reference. |
Execution time access: | Set and reference. |
Backward compatibility attribute: | POW-RECORDFORMPIC X(128) |