Description: | Determines whether read only files are displayed in the file list, or whether text can be input to the TextBox control. | |||
Used in control(s): | Edit | FileList | TextBox | |
Values: | ||||
FileList | True - Displays files with the read-only attribute. (POW-TRUE) False - Does not display files with the read-only attribute. (POW-FALSE) | |||
Edit and TextBox | True - Text cannot be input. (POW-TRUE) False - Text can be input. (POW-FALSE) When the value is True, you should set the IMEMode property to "0 - None" or "3 - Disable". | |||
Default value: | ||||
FileList | False - Does not display files with the read-only attribute. (POW-FALSE) | |||
TextBox | False - Text can be input. (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: | POW-READONLYPIC S9(4) COMP-5 |