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)
 
(3 intermediate revisions by the same user not shown)
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>
<tr><td valign="top">[[LastUpdateUser (ProcedureInfo function)|LastUpdateUser]]</td><td valign="top">Last user to update this procedure</td></tr>
<tr><td valign="top">[[LastUpdateUser (ProcedureInfo function)|LastUpdateUser]]</td><td valign="top">Last user to update this procedure</td></tr>
<tr><td valign="top">[[List (ProcedureInfo function)|List]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[List (ProcedureInfo function)|List]]</td><td valign="top">Get list of procedures</td></tr>
<tr><td valign="top">[[Name (ProcedureInfo function)|Name]]</td><td valign="top">Name of this procedure</td></tr>
<tr><td valign="top">[[Name (ProcedureInfo function)|Name]]</td><td valign="top">Name of this procedure</td></tr>
<tr><td valign="top">[[New (ProcedureInfo constructor)|New]]</td><td valign="top">Create a new ProcedureInfo instance</td></tr>
<tr><td valign="top">[[New (ProcedureInfo constructor)|New]]</td><td valign="top">Create a new ProcedureInfo instance</td></tr>
Line 29: Line 28:
</tr>
</tr>
</table>
</table>
[[Category:Lists of methods]]

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