hParent = CwGetParent(hObject) hParent (handle) Genitore di hObject hObject (handle) Oggetto da esaminare
Questa funzione è utile per determinare se un oggetto si trova in un gruppo.
/* Funzione che determina se l'oggetto dato sia in un gruppo o meno. */ inGroup:procedure parse arg handle h=CwGetParent(handle) if CwGetHandleType(h) = "View" then r = 0 else r = 1 return r
![]() Funzioni per NOME |
![]() Indice |
![]() Funzioni per SCOPO |