SetImageUrl method: Field class

Syntax

SetImageUrl(image_URL)

Description

Use the SetImageUrl method to specify a fully formed URL for the static image to be associated with page field of type image (that is, an image associated with a record field).

Important:

Use this method within fluid applications only.

Parameters

Parameter Description

image_URL

Specifies a fully formed URL for the image as a String value.

Returns

None.

Example

PTGP_GPLT_WRK.PTGP_CONTEXT_IMG.SetImageUrl(&thisImage.ImageUrl);
PTGP_GPLT_WRK.PTGP_CONTEXT_IMG.Label = &thisImage.AltText;