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 36: Line 36:
</div>
</div>
==See also==
==See also==
<ul><li>[[Notation conventions for methods]]</ul>
<table class="list"><tr>
<table class="list"><tr>
<td valign="top"><ul style="margin-top:0px;">
<td valign="top"><ul style="margin-top:0px;">

Revision as of 19:23, 16 March 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 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 global
SetObjectSet a system-wide object
SetStringSet a system-wide string
StringGet a system-wide string

See also