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

of_addstep

Send comments on this topic.

 

Description:

Adds a step item to the control. The first step added has a step index of 1. 

Syntax:

of_addstep (string as_label)

Argument

Description

as_label

The text to display under the step

Return Value:

Always returns 1.

Usage:

uo_1.of_AddStep("Customer")
uo_1.of_AddStep("Shipping")
uo_1.of_AddStep("Payment")
uo_1.of_AddStep("Confirm")
 


Copyright © 2021 Werysoft Inc.