Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

GetSystemGroup – PB Docs 2022 – PowerBuilder Library

GetSystemGroup – PB Docs 2022

GetSystemGroup

Description

Returns a PowerBuilder internal system group.

Syntax

Return value

pbclass or null on error.

Usage

GetSystemGroup returns the PowerBuilder internal system group,
which contains all the system types such as PowerObject,
NonVisualObject, Structure, Window, CommandButton, and so on. You can
use this system group to obtain a system class. You might need to call
PowerScript functions in the PowerBuilder extension. To achieve this,
you first need to get the pbclass that the PowerScript function class
resides in. This code gets the PowerBuilder system function
class:

After you get the system class, you can obtain the method ID of a
PowerScript function by calling FindMatchingFunction, and then you can
invoke the PowerScript function.

See also

FindMatchingFunction

GetSystemClass


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x