Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.30 Buttons Property

Description:

Contains a pointer to a Button object of the Toolbar control. The pointers are contained in an array, so always use an index when referencing the Buttons property.

Used in control(s):

Toolbar

Value:

A pointer to a Button object

The index can be set from 1 to the value of the Count property.

For example to refer to the Caption property of button 5 of the Toolbar1 control, you code:

"Caption" OF Buttons (5)
OF Toolbar1

Default value:

None.

COBOL picture:

OBJECT REFERENCE POW-COBJECT

OLE data type:

VT_DISPATCH

Design time access:

Not accessible.

Execution time access:

Reference only.

Backward compatibility attribute:

None.