Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.255 SelString Property

Description:

Contains the character string of the selected item or a string representing the selected item.

Used in control(s):

ComboBox

DriveList

FileList

FolderList

ListBox

Value:

The character string of the selected item.

FileList, ListBox

The character string that has focus when the MultiSelect property is "1 - Multiple" or "2 - Extended select ".

FolderList

The relative path from the current folder to the selected folder. For example:

- If the current folder is selected the value is "." (period).

- If the parent of the current folder is selected the value is "..\".

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-SELSTRINGPIC X(64)

ComboBox, ListBox

POW-SELSTRING256PIC X(256)