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

PBX_GetDescription – PB Docs 2022 – PowerBuilder Library

PBX_GetDescription – PB Docs 2022

PBX_GetDescription

Description

Passes a description of all the classes and methods in the
PowerBuilder extension module to PowerBuilder.

Syntax

Return value

LPCTSTR containing the description of the module.

Examples

The following extension module contains three classes:

The following module contains a visual class that has two
subroutines (functions that do not return values), two events that
require that Windows messages be captured in the extension (onclick and
ondoubleclick), and one event that maps a Windows message directly to a
PowerBuilder event (testmouse). The module also contains two global
functions, funca and funcb.

Usage

You must implement this method in every PowerBuilder extension
module. The method is exported from the PowerBuilder extension module
and is used by PowerBuilder to display the prototype of each class,
function, and event in the module.

The syntax of the description follows:

Multiple instances

A syntax element with an asterisk indicates that multiple
instances of that element can appear in a description. For example,
[Desc]* indicates that one description can contain multiple classes,
global functions, and forward declarations.

This syntax for event_desc allows you to map a Windows message
directly to a PowerBuilder event:

For more information, see Event processing in visual
extensions
.

See also

PBX_CreateNonVisualObject

PBX_CreateVisualObject

PBX_InvokeGlobalFunction


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