Navigation: Ultimate Suite for PowerBuilder Help > Tab Control > Functions >

of_triggerevent

Send comments on this topic.

 

Description:

Triggers an event on the object in the currently selected tab.

Syntax:

of_triggerevent (string as_event)
of_triggerevent (string as_event, long al_word, long al_long)

Argument

Description

as_event

The name of the event you want to trigger.

al_word (optional)

A numeric representing the word parm to be passed to the event.

al_long (optional)

A numeric representing the long parm to be passed to the event.

Return Value:

Returns a 1 if the event was triggered on a window object, 2 if the event was triggered on a userobject and 0 if the event was not triggered.

Usage:


Copyright © 2021 Werysoft Inc.