Navigation: Ultimate Suite for PowerBuilder Help > PowerCard > Functions >

of_initializecard

Send comments on this topic.

 

Description:

This method sets the three main display properties of the card; Image, HeaderText, and DescriptionText.

Syntax:

of_initializecard (string as_image, string as_header, string as_description)
of_initializecard (blob as_image, string as_header, string as_description)

Argument

Description

as_image

The file name of the image used in the item. OR A blob variable containing the source of an image.

as_header

The text that will display in the header portion of the card.

as_description

The text that will display in the description portion of the card.

Return Value:

Always returns 1.

Usage:

 


Copyright © 2021 Werysoft Inc.