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

Step 3: Declare native classes and global functions – PB Docs 2022 – PowerBuilder Library

Step 3: Declare native classes and global functions – PB Docs 2022

Step 3:
Declare native classes and global functions

For each native class that the nonvisual extension supports,
declare an ANSI C++ class that inherits from IPBX_NonVisualObject, which
is the ancestor class for all nonvisual PowerBuilder native
classes.

The declaration of the class can be placed in a header file, and
it must include Invoke and Destroy methods. This is a simple prototype
for a nonvisual class:

If you declare global functions in your extension, the extension
must export the PBX_InvokeGlobalFunction method. The
following PBX_GetDescription call declares three global functions:
bitAnd, bitOr, and bitXor:


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