Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.156 IsQuery Property

Description:

Indicates whether the items displayed in the list box part are filtered by the characters entered in the text box part of the ComboBox control.

Used in control(s):

ComboBox

Values (with constants):

True - Filters the list box part.(POW-TRUE)
False - Does not filter the list box part.(POW-FALSE)

It is only effective when the Style property is
"0 - Simple" or "1 - DropDown".

Default value:

False - Does not filter the list box part.(POW-FALSE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_BOOL

Design time access:

Set and reference.

Execution time access:

Reference only.

Backward compatibility attribute:

None.