Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.196 PageCaption Property (Array)

Description:

Contains a text string to be displayed as the title for a tab page in the Tab control. The titles are held in an array, so always use an index when referencing the PageCaption property.

Used in control:

Tab

Value:

The text string for a tab page title.

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

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:

None.