Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.136 Icon Property

Description:

Defines the icon used by the form.

Used in object:

Form

Values (with constants):

0 - Default: Depends on the system. It is usually the Windows logo.(POW-ICON-DEFAULT)

1 - Application: Small image of a window.(POW-ICON-APPLICATION)

2 - Hand: White "X" on red circle.(POW-ICON-HAND)

3 - Question: "?" in a white speech balloon.(POW-ICON-QUESTION)

4 - Exclamation: "!" in a yellow triangle. (POW-ICON-EXCLAMATION)

5 - Asterisk: "i" in a white speech balloon.(POW-ICON-ASTERISK)

6 - Winlogo: The Windows logo.(POW-ICON-WINLOGO)

99 - Custom: Image specified in the IconName property.(POW-ICON-CUSTOM)

Note: You cannot use the COBOL Run-time Environment Variables @IconDLL and @IconName to specify the icon used by the form

Default value:

0 - Default:(POW-ICON-DEFAULT)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

POW-ICON PIC X(14)