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 (obsolete) – PB Docs 2019 – PowerBuilder Library

_Is_A (obsolete) – PB Docs 2019

_Is_A (obsolete)

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.

Obsolete function

_Is_A is obsolete, because EAServer is no longer supported since
PowerBuilder 2017.

Applies to

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 value

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 (obsolete)


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