|
Create a new object.
This function creates a new object in HAM. It is more or less only a wrapper function for ham_CreateObj, because you cannot specify negative values in ham_CreateObj (HAM 2.71). Check your local HAM documentation to learn more about ham_CreateObj parameters.
|
|
Create a new object using 16 colors.
This function is a simplified version of hel_ObjCreate() for 16 color objects.
Check your local HAM documentation to learn more about ham_CreateObj parameters.
|
|
Create a new object using 256 colors.
This function is a simplified version of hel_ObjCreate() for 256 color objects.
Check your local HAM documentation to learn more about ham_CreateObj parameters.
|
|
Check if an object exist. This function checks if the object specified by ObjNo exists in HAM.
|
|
Update object in OAM immediately. This function updates the objects specified by ObjNo immediately in OAM.
|