List of ProcedureInfo methods: Difference between revisions
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">[[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.
| Method | Description |
|---|---|
| Bytes | Number of bytes in this procedure |
| Copy | Copy this ProcedureInfo |
| DeepCopy | DeepCopy this ProcedureInfo |
| Filename | Name of the file containing this procedure |
| LastUpdateTime | Most recent update as date string |
| LastUpdateTimeMilliseconds | Most recent update time in milliseconds |
| LastUpdateUser | Last user to update this procedure |
| List | Get list of procedures |
| Name | Name of this procedure |
| New | Create a new ProcedureInfo instance |