Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.228 Resource Property

Description:

Indicates whether the name specified for an image is a resource name or a file name.

Used in control(s):

Animation

CommandButton

Image

Values (with constants):

True - A resource name(POW-TRUE)
False - A file name(POW-FALSE)

Animation

The image name is the name used in the FrameList in the Properties dialog.

CommandButton and Image

The image name is specified in the ImageName property.

Default value:

Animation and Image

False - A file name(POW-FALSE)

CommandButton

True - A resource name(POW-TRUE)

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:

None.