ClassName

Description

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

Applies to

DataWindow type

Method applies to

PowerBuilder

DataWindow control

Syntax

PowerBuilder

string dwcontrol.ClassName ( )

Argument

Description

dwcontrol

A reference to a DataWindow control

Returns

Returns the class of dwcontrol, the name assigned to the control. Returns the empty string (“”) if an error occurs.

Usage

Method inherited from PowerObject. For use with variables in the PowerBuilder environment, see ClassName in PowerScript Reference.