call CwSetName hObject, sName hObject (handle) L'effetto a cui dare un nome sName (stringa) Il nome a cui riferirsi
Il nome può essere una qualsiasi stringa valida, e più oggetti possono avere lo stesso nome, considerando però che questo può causare problemi se si deve usare CwGetHandleFromObjectName.
/* Da' a ogni oggetti il nome 'Bill Door'. Cio` e` completamente inutile. */ o = CwFindFirstObject( CwGetCurrentView() ) do while CwIsHandleValid(o) call CwSetName o, 'Bill Door' o = CwFindNextObject( o ) end
![]() Funzioni per NOME |
![]() Indice |
![]() Funzioni per SCOPO |