Provide interface to globals. More...
Static Public Member Functions | |
_.Library.Status | GlobalListClose (_.Library.Binary qHandle) |
Provide interface to globals. | |
_.Library.Status | Kill (_.Library.String Node, _.Library.Boolean KillSubs) |
Kill a global node. More... | |
_.Library.Status | Set (_.Library.String Node, _, _.Library.String Value, _.Library.Integer ValFormat) |
Set a global node. More... | |
_.Library.Integer | format (_.Library.String value, _.Library.String output, _.Library.Boolean format) |
Format the 'value' so it is readable and return the type of format we have used. | |
Static Private Member Functions | |
__genPattern (_.Library.String Spec, _.Library.String AS, _.Library.String AE, _.Library.String Pattern) | |
Passed a pattern match this returns an COS style pattern and a start and stop point. | |
Additional Inherited Members | |
![]() | |
_.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
This callback method is invoked when the current object is added to the SaveSet,. More... | |
_.Library.Status | OnClose () |
This callback method is invoked by the <METHOD>Close</METHOD> method to. More... | |
_.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More... | |
_.Library.Status | OnNew () |
This callback method is invoked by the <METHOD>New</METHOD> method to. More... | |
_.Library.Status | OnValidateObject () |
This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More... | |
![]() | |
CAPTION = None | |
Optional name used by the Form Wizard for a class when generating forms. More... | |
JAVATYPE = None | |
The Java type to be used when exported. | |
PROPERTYVALIDATION = None | |
This parameter controls the default validation behavior for the object. More... | |
Provide interface to globals.
|
static |
Kill a global node.
You pass it the name of the node and a flag to say if you want to kill subscripts or just this node and leave any subscripts.
|
static |
Set a global node.
You pass it the name of the node to set, along with the value to set and the values format and it sets this node.