Description: | Indicates whether to load the new file automatically when either the FileType or RecordForm property is changed. |
Used in control(s): | ComboBox |
Values (with constants): | True - Loads the file automatically.(POW-TRUE) False - Does not load the file automatically.(POW-FALSE) If it is False the control only loads the file when the FileName property is set. Note that, if the AutoLoadFile property is set to False you cannot change the field when the CurFieldNo property is changed. |
Default value: | False(POW-FALSE) |
COBOL picture: | S9(4) COMP-5 |
OLE data type: | VT_BOOL |
Design time access: | Set and reference. |
Execution time access: | Set and reference. |
Backward compatibility attribute: | None. |