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 29: Line 29:
</tr>
</tr>
</table>
</table>
[[Category:System class lists]]

Revision as of 19:49, 1 November 2011

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
FirstPageNumberFirst page of this procedure
LastUpdateTimeMost recent update as date string
LastUpdateTimeMillisecondsMost recent update time in milliseconds
LastUpdateUserLast user to update this procedure
List
NameName of this procedure
NewCreate a new ProcedureInfo instance

See also