Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.130 Hidden Property

Description:

Determines whether the FileList control displays hidden files.

Used in control(s):

FileList

Values (with constants):

True - Displays hidden files.(POW-TRUE)
False - Does not display hidden files.(POW-FALSE)

Default value:

False - Does not display hidden files.(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-HIDDENPIC S9(4) COMP-5