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

_Is_A – PB Docs 126 – PowerBuilder Library

_Is_A – PB Docs 126

_Is_A PowerScript function

Description

Checks to see whether a CORBA object is an instance of a class
that implements a particular interface.

This function is used by PowerBuilder clients connecting to EAServer.

Controls

CORBAObject objects

Syntax

Argument

Description

corbaobject

An object of type CORBAObject that you
want to test

classname

The interface that will be used for the
test

Return Values

Boolean. Returns true if
the class of the object implements the specified interface and false if
it does not.

Usage

Before making a call to _Narrow,
you can call _Is_A to verify
that a CORBA object is an instance of a class that implements the
interface to which you want to narrow the object.

Examples

The following example checks to see that a CORBA
object reference is an instance of a class that implements n_Bank_Account:

See Also

_Narrow


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