call CwSetName hObject, sName hObject (handle) The effect to name sName (string) The name to change to
The name may be any valid string and more than one object may have the same name, all though that may cause problems if you need to use CwGetHandleFromObjectName.
/* Name every object 'Bill Door'. This is completely useless. */ o = CwFindFirstObject( CwGetCurrentView() ) do while CwIsHandleValid(o) call CwSetName o, 'Bill Door' o = CwFindNextObject( o ) end
Functions by NAME |
Index |
Functions by PURPOSE |