hObject = CwGetObjectName(hContext, sName) hObject (handle) The handle of an object hContext (handle) The handle of a group or view to search. sName (string) The name of the object
/* Get user input by reading the text of a headline text object. */ dh = CwGetHandleFromObjectName(CwGetCurrentView(), 'input') if \CwIsHandleValid(dh) then do say "Error: input object missing." exit end userInput = CwGetProperty(CwGetRegion(dh), 'caption')
Functions by NAME |
Index |
Functions by PURPOSE |