List of ProcedureInfo methods: Difference between revisions
Jump to navigation
Jump to search
m Automatically generated page update |
m Automatically generated page update |
||
| Line 14: | Line 14: | ||
<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> | ||
Revision as of 20:57, 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 |
| FirstPageNumber | First page of 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 |