Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.146 ImageName Property

Description:

Contains the name of the file or resource containing the image.

Used in control(s):

CommandButton

Image

Value:

The name of the file when the Resource property is False.

The name of the resource when the Resource property is True.

Image

System generates a Change event when the ImageName is changed.

Default value:

None.

COBOL picture:

X, up to 8192 bytes

OLE data type:

VT_BSTR

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

CommandButton

POW-IMAGENAME PIC X(260)

Image

POW-IMAGENAMEPIC X(260)

POW-METANAMEPIC X(260)