Advanced PowerBuilder

HomePrevious Lesson: The Message Object
Next Lesson: Triggering or Posting Events

Calling Functions

You can call functions declared in another object by using the following syntax:
<Object Name>.<Function Name>(Parameter1, Parameter2, ...)

Keep in mind that, like instance variables, functions declared at the object level have an access level, so they must be declared as Public to be available to other objects.
HomePrevious Lesson: The Message Object
Next Lesson: Triggering or Posting Events