List of ProcedureInfo methods

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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