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

Syntax 1: For any object – PB Docs 2019 – PowerBuilder Library

Syntax 1: For any object – PB Docs 2019

Syntax 1: For any object

Description

Provides the class (or name) of the specified object.

Applies to

Any control

Syntax

Argument

Description

controlname

The name of the control for which you want to know the
name assigned to the control in the style window (the class of
the control)

Return value

String. Returns the class of controlname, the name assigned to the
control. Returns the empty string (“”) if an error occurs. If
controlname is null, ClassName returns null.

Usage

The class is the name of an object. You assign the name when you
save the object in its painter. Usually the class and the object itself
appear to be the same (because PowerBuilder declares a variable with the
same name as the class for the object). However, if you have declared
multiple instances of an object, it is clear that the object’s class and
the object’s variable are different.

If an ancestor object has been instantiated with one of its
descendants, you can use ClassName to find the name of the
descendant.

TypeOf reports an object’s built-in object type. The types are
values of the Object enumerated datatype, such as Window! or CheckBox!.
ClassName reports the class of the object in the ancestor-descendant
hierarchy.

Examples

These statements return the class of the dragged control
Source:

These statements return the class of the objects in the control
array and store them in the_class array:

Suppose your object hierarchy has a window named ancestor_window
and it has descendants called win1 and win2, and the user can choose
which descendant to open as a sheet. The following code tests which
descendant window class is currently active (the MDI frame is
w_frame):

See also

DraggedObject
(obsolete)

TypeOf


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