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

of_triggereventall

Send comments on this topic.

 

Description:

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

Syntax:

of_triggereventall (string as_event)
of_triggereventall (string as_event, long al_word, long al_long)
of_triggereventall (string as_event, string as_parm)  

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.

as_parm(optional)

  A string represting the string parm to be passed to the event.

Return Value:

Always returns 1.

Usage:


Copyright © 2021 Werysoft Inc.