IPB_Session interface:
FindClassByClassID method
Description
Searches for a class with a given name and a given ID.
Syntax
FindClass(pbgroup group, pbint classID)
Argument
|
Description
|
group
|
The handle of the group in which the
class resides
|
classID
|
The class name in lowercase
|
Return Values
pbclass or null on
failure.
Usage
This method searches for a PowerBuilder class with the given
name and the given ID.
See Also