hObject = CwGetObjectName(hContext, sName) hObject (handle) Handle di un oggetto hContext (handle) Handle di un gruppo o di una vista in cui cercare sName (stringa) Nome dell'oggetto
/* Acquisisce dati dall'utente leggendo il testo di un oggetto testo headline. */ dh = CwGetHandleFromObjectName(CwGetCurrentView(), 'input') if \CwIsHandleValid(dh) then do say "Errore: l'oggetto fornito e` assente." exit end userInput = CwGetProperty(CwGetRegion(dh), 'caption')
![]() Funzioni per NOME |
![]() Indice |
![]() Funzioni per SCOPO |