Navigation:  Reference > Commands >

Set All Objects Property Value

Print this Topic Previous pageReturn to chapter overviewNext page

 

This command will allow you to update property values of all the objects on a form using a single command.

 

SET_ALL_OBJECTS

 

PROPERTY f/c/e Required - The property name of the object.

 

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

 

USE_FORM 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.

 

       NOTE:  Unless you're specifically accessing an object on a form OTHER THAN your current form you will not need to use this option.

 

TAG f/c/eBy setting this value you can control which objects the command effects.  If you set this value then only those objects where the TAG property value matches will be updated.

 

COMMENTS

Use this command to quickly and easily update a group of objects.  You can control which objects are updated by setting the TAG value and setting the TAG properties in the appropriate objects to the same value.

 

SEE ALSO

SET_OBJ_PROP(), SET_OBJECT

 

 


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