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/e | Required - 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/e | By 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
Page url: http://www.cassoftware.com/tas/manual/setallobjectspropertyvalue.htm