The Control Class
Description
The Control Class is an internal class containing resources which are
inherited by all objects
- This resource controls whether the object can be destroyed by a destroy
command.
- This resource controls whether the object can be modified. Setting
this resource to true locks the current settings for the object
and disables any further changes, including resetting the resource back
to false.
- Useful if you want to lock your page to be A4, landscape and don't
want it to go back to Window - every time you do a reset.
| Name |
Type |
Default |
| XuNname |
string |
undef |
- A string which the user can store with the object. It will not be
used by Gsharp.
- If you want to store multiple strings you can separate them with a
character such as "|" and then use tokenize to split them
again. e.g. "-1|-2|Monday"
Return to Gsharp Applications
Reference Manual
|