Navigation: Ultimate Suite for PowerBuilder Help > Profile Picture > Functions >

of_setframeshape

Send comments on this topic.

 

Description:

Set the profile pictures frame shape.

Syntax:

of_setframeshape(string as_shape)

Argument

Description

as_shape

Pass, as a string, one of the pre--defined shape values. Valid values are "CIRLCE", "SQUARE", "ROUNDEDSQUARE"

Return Value:

Always returns 1.

Usage:

If you set the frame shape dynamically, you can use one of the built in constants for the shape parameter:

e.g.
uo_1.of_SetFrameShape(uo_1.CIRCLE)


Copyright © 2021 Werysoft Inc.