PowerBuilder extensions

You can use PowerBuilder extension objects in a PowerScript target in the same way as you would built-in PowerBuilder objects, with one difference—you must add the PowerBuilder dynamic library that the object requires to the library list for the target. Some extensions are provided with PowerBuilder, but you can also obtain them from third parties or build your own.

For more information about the extensions provided with PowerBuilder, see the PowerBuilder Extension Reference. For how to build your own extensions, see the PowerBuilder Native Interface Programmer’s Guide and Reference.