Navigation:  Reference > Functions >

SetObjectPropertyValue()

Print this Topic Previous pageReturn to chapter overviewNext page

 

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/eRequired - The object name you want to access.

 

2 f/c/eRequired - The property name of the object.

 

3 f/c/eRequired - The new value for the property you want to change.

 

4 f/c/eGenerally, 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

SET_OBJECT

 

 


Page url: http://www.cassoftware.com/tas/manual/setobjectproperty.htm