Description: | Contains a character string that is part of an array of the items in the list box part. Always use an index when referencing the ListString property. | |||
Used in control(s): | ComboBox DriveList | FileList FolderList | ListBox | |
Value: | The character string for an item in the list box part. The index can be set from 1 to the value of the ListCount 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: | None. | |||
ComboBox, ListBox | POW-STRINGPIC X(64) DEPENDING ON POW-COUNT POW-STRING256PIC X(256) DEPENDING ON POW-COUNT | |||
DriveList, FileList, FolderList | POW-STRINGPIC X(64) DEPENDING ON POW-COUNT |