Creating a PowerBuilder extension
To build a PowerBuilder
extension, follow these steps:
Step 1: Decide on a feature
to implement.
Step 2: Define the classes
and functions in the extension .
Step 3: Declare native classes
and global functions.
Step 4: Implement native
classes and global functions.
Step 5: Export methods to
create class instances.
Step 6: Build a PBX .
These steps apply whether you are building a nonvisual or
a visual extension. The differences between building nonvisual and
visual extensions are described in "Creating and using a visual
extension". This section focuses primarily
on nonvisual extensions.