Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.103 DisplayRate Property

Description:

Indicates whether the control displays percentage figures.

Used in control(s):

Graph

ProgressIndicator

Values (with constants):

True - Displays percentage figures.(POW-TRUE)

False - Does not display percentage figures.(POW-FALSE)

Default value:

False(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:

None.