GetSystemClass

PowerBuilder Native Interface

IPB_Session interface:

GetSystemClass method

Description

Returns the first system class that the input class inherits from.

Syntax

GetSystemClass (pbclass cls)

Argument

Description

cls

A descendent class whose ancestor system class is to be determined

Return Values

pbclass or null on error.

See Also