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 150 – PowerBuilder Library

PBX_GetDescription – PB Docs 150

Exported methods:

PBX_GetDescription method

Description

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

Syntax

Return Values

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:

note.png 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


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