SET_OBJ_PROP(1,2,3,4)
PURPOSE
This function will allow you to update property values of objects on a form.
PARTS
1 f/c/e | Required - The object name you want to access. |
2 f/c/e | Required - The property name of the object. |
3 f/c/e | Required - The new value for the property you want to change. |
4 f/c/e | Generally, you will be changing a property of an object on the current form. However, if you want to access a different form you would put that form's pointer value here. You can get this value by using the FORM_PTR() function. |
RETURN TYPE - I
If the function executes correctly it will return 0. If there is no active form this will return 3. If the object is not found this will return 2. If the property is not found this will return 1.
SEE ALSO
Page url: http://www.cassoftware.com/tas/manual/setobjectproperty.htm