List of System methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 17: | Line 17: | ||
<tr><td valign="top">[[CurrentTimeSeconds (System function)|CurrentTimeSeconds]]</td><td valign="top">Current time in seconds</td></tr> | <tr><td valign="top">[[CurrentTimeSeconds (System function)|CurrentTimeSeconds]]</td><td valign="top">Current time in seconds</td></tr> | ||
<tr><td valign="top">[[CurrentTimeString (System function)|CurrentTimeString]]</td><td valign="top">Current time as a string</td></tr> | <tr><td valign="top">[[CurrentTimeString (System function)|CurrentTimeString]]</td><td valign="top">Current time as a string</td></tr> | ||
<tr><td valign="top">[[DeleteGlobal (System subroutine)|DeleteGlobal]]</td><td valign="top">Delete a global</td></tr> | <tr><td valign="top">[[DeleteGlobal (System subroutine)|DeleteGlobal]]</td><td valign="top">Delete a system-wide global</td></tr> | ||
<tr><td valign="top">[[DeleteObject (System subroutine)|DeleteObject]]</td><td valign="top">Delete a system-wide object</td></tr> | <tr><td valign="top">[[DeleteObject (System subroutine)|DeleteObject]]</td><td valign="top">Delete a system-wide object</td></tr> | ||
<tr><td valign="top">[[DeleteString (System subroutine)|DeleteString]]</td><td valign="top">Delete a system-wide string</td></tr> | <tr><td valign="top">[[DeleteString (System subroutine)|DeleteString]]</td><td valign="top">Delete a system-wide string</td></tr> | ||
Line 29: | Line 29: | ||
<tr><td valign="top">[[New (System constructor)|New]]</td><td valign="top">Create a new System object</td></tr> | <tr><td valign="top">[[New (System constructor)|New]]</td><td valign="top">Create a new System object</td></tr> | ||
<tr><td valign="top">[[RecordIsUpdated (System function)|RecordIsUpdated]]</td><td valign="top">Is the indicated record updated?</td></tr> | <tr><td valign="top">[[RecordIsUpdated (System function)|RecordIsUpdated]]</td><td valign="top">Is the indicated record updated?</td></tr> | ||
<tr><td valign="top">[[SetGlobal (System subroutine)|SetGlobal]]</td><td valign="top">Set a global</td></tr> | <tr><td valign="top">[[SetGlobal (System subroutine)|SetGlobal]]</td><td valign="top">Set a system-wide global</td></tr> | ||
<tr><td valign="top">[[SetObject (System function)|SetObject]]</td><td valign="top">Set a system-wide object</td></tr> | <tr><td valign="top">[[SetObject (System function)|SetObject]]</td><td valign="top">Set a system-wide object</td></tr> | ||
<tr><td valign="top">[[SetString (System function)|SetString]]</td><td valign="top">Set a system-wide string</td></tr> | <tr><td valign="top">[[SetString (System function)|SetString]]</td><td valign="top">Set a system-wide string</td></tr> |
Revision as of 19:16, 27 March 2011
The following are the available System class methods.
Method | Description |
---|---|
Arguments | The arguments passed to this request |
CallStack | Current call stack description |
CallStackCaller | Current caller information |
CallStackDepth | Depth of the call stack |
ConnectionStartTimeMilliseconds | Time of connection start in milliseconds |
ConnectionStartTimeString | Time of connection start as string |
CurrentRecordIsUpdated | Is the current record updated? |
CurrentTimeDays | Current time in days |
CurrentTimeMilliseconds | Current time in milliseconds |
CurrentTimeSeconds | Current time in seconds |
CurrentTimeString | Current time as a string |
DeleteGlobal | Delete a system-wide global |
DeleteObject | Delete a system-wide object |
DeleteString | Delete a system-wide string |
GetObject | Get a system-wide object |
LastSubsystemErrorFile | The last subsystem error file |
LastSubsystemErrorProcedure | The last subsystem error procedure |
LastSubsystemErrorSubsystem | The last subsystem error subsystem |
ListOfGlobals | List the system globals |
ListOfObjects | List the system objects |
ListOfStrings | List the system strings |
New | Create a new System object |
RecordIsUpdated | Is the indicated record updated? |
SetGlobal | Set a system-wide global |
SetObject | Set a system-wide object |
SetString | Set a system-wide string |
String | Get a system-wide string |