List of ProcedureInfo methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
 
Line 10: Line 10:
<tr><td valign="top">[[DeepCopy (ProcedureInfo function)|DeepCopy]]</td><td valign="top">DeepCopy this ProcedureInfo</td></tr>
<tr><td valign="top">[[DeepCopy (ProcedureInfo function)|DeepCopy]]</td><td valign="top">DeepCopy this ProcedureInfo</td></tr>
<tr><td valign="top">[[Filename (ProcedureInfo function)|Filename]]</td><td valign="top">Name of the file containing this procedure</td></tr>
<tr><td valign="top">[[Filename (ProcedureInfo function)|Filename]]</td><td valign="top">Name of the file containing this procedure</td></tr>
<tr><td valign="top">[[FirstPageNumber (ProcedureInfo function)|FirstPageNumber]]</td><td valign="top">First page of this procedure</td></tr>
<tr><td valign="top">[[LastUpdateTime (ProcedureInfo function)|LastUpdateTime]]</td><td valign="top">Most recent update as date string</td></tr>
<tr><td valign="top">[[LastUpdateTime (ProcedureInfo function)|LastUpdateTime]]</td><td valign="top">Most recent update as date string</td></tr>
<tr><td valign="top">[[LastUpdateTimeMilliseconds (ProcedureInfo function)|LastUpdateTimeMilliseconds]]</td><td valign="top">Most recent update time in milliseconds</td></tr>
<tr><td valign="top">[[LastUpdateTimeMilliseconds (ProcedureInfo function)|LastUpdateTimeMilliseconds]]</td><td valign="top">Most recent update time in milliseconds</td></tr>

Latest revision as of 22:19, 21 June 2012

The following are the available ProcedureInfo class methods.

MethodDescription
BytesNumber of bytes in this procedure
CopyCopy this ProcedureInfo
DeepCopyDeepCopy this ProcedureInfo
FilenameName of the file containing this procedure
LastUpdateTimeMost recent update as date string
LastUpdateTimeMillisecondsMost recent update time in milliseconds
LastUpdateUserLast user to update this procedure
ListGet list of procedures
NameName of this procedure
NewCreate a new ProcedureInfo instance

See also