Provides the class (or name) of the specified object.
DataWindow type |
Method applies to |
---|---|
PowerBuilder |
DataWindow control |
string dwcontrol.ClassName ( )
Argument |
Description |
---|---|
dwcontrol |
A reference to a DataWindow control |
Returns the class of dwcontrol, the name assigned to the control. Returns the empty string (“”) if an error occurs.
Method inherited from PowerObject. For use with variables in the PowerBuilder environment, see ClassName in PowerScript Reference.