List of System methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
Line 1: Line 1:
<!-- This page was automatically generated and will be automatically
<!-- This page was automatically generated and will be automatically
     replaced, so any manual edits will be lost. You've been warned. -->
     replaced, so any manual edits will be lost. You've been warned. -->
The following are the available [[System class]] methods.
The following are the available <var>[[System class|System]]</var> class methods.
{{Template:Method list header|class=System}}
{{Template:Method list header|class=System}}
<div class="showVisit">
<div class="showVisit">
Line 33: Line 33:
<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>
<tr><td valign="top">[[String (System function)|String]]</td><td valign="top">Get a system-wide string</td></tr>
<tr><td valign="top">[[String (System function)|String]]</td><td valign="top">Get a system-wide string</td></tr>
<tr><td valign="top">[[WakeupAt (System function)|WakeupAt]]</td><td valign="top">Wake up at a specific time in milliseconds</td></tr>
</table>
</table>
</div>
</div>

Revision as of 15:55, 20 July 2011

The following are the available System class methods.

MethodDescription
ArgumentsThe arguments passed to this request
CallStackCurrent call stack description
CallStackCallerCurrent caller information
CallStackDepthDepth of the call stack
ConnectionStartTimeMillisecondsTime of connection start in milliseconds
ConnectionStartTimeStringTime of connection start as string
CurrentRecordIsUpdatedIs the current record updated?
CurrentTimeDaysCurrent time in days
CurrentTimeMillisecondsCurrent time in milliseconds
CurrentTimeSecondsCurrent time in seconds
CurrentTimeStringCurrent time as a string
DeleteGlobalDelete a system-wide global
DeleteObjectDelete a system-wide object
DeleteStringDelete a system-wide string
GetObjectGet a system-wide object
LastSubsystemErrorFileThe last subsystem error file
LastSubsystemErrorProcedureThe last subsystem error procedure
LastSubsystemErrorSubsystemThe last subsystem error subsystem
ListOfGlobalsList the system globals
ListOfObjectsList the system objects
ListOfStringsList the system strings
NewCreate a new System object
RecordIsUpdatedIs the indicated record updated?
SetGlobalSet a system-wide global
SetObjectSet a system-wide object
SetStringSet a system-wide string
StringGet a system-wide string
WakeupAtWake up at a specific time in milliseconds

See also