Unit msesysutils
Uses
Types
Constants
Variables
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class eoserror |
|
Class einternalerror |
Functions and Procedures
function stdinputhandle: integer; |
function stdoutputhandle: integer; |
function stderrorhandle: integer; |
procedure writestdout(value: string; newline: boolean = false); |
procedure writestderr(value: string; newline: boolean = false); |
procedure errorhalt(errortext: string; exitcode: integer = 1); |
procedure debugwrite(const value: string); |
procedure debugwriteln(const value: string); |
procedure debugwritestack(const acount: integer = 30); |
procedure debugout(const sender: tcomponent; const atext: ansistring); overload; |
procedure debugout(const sender: tobject; const atext: ansistring); overload; |
procedure debugoutstart(out ts: longword; const sender: tcomponent; const atext: ansistring); overload; |
procedure debugoutend(const ts: longword; const sender: tcomponent; const atext: ansistring); overload; |
procedure internalerror(const text: string); |
function getlasterror: integer; |
function getlasterrortext: string; |
function syserrortext(const aerror: syserrorty): string; |
function later(ref,act: longword): boolean; |
function laterorsame(ref,act: longword): boolean; |
procedure sleepus(const us: longword); |
procedure waitus(us: integer); |
function timestamp: longword; |
function timestep(us: longword): longword; |
function timeout(time: longword): boolean; |
function createguidstring: string; |
procedure reallocmemandinit(var p: pointer; const newsize: sizeint); |
Description
Functions and Procedures
function stdinputhandle: integer; |
function stdoutputhandle: integer; |
function stderrorhandle: integer; |
procedure writestdout(value: string; newline: boolean = false); |
procedure writestderr(value: string; newline: boolean = false); |
procedure errorhalt(errortext: string; exitcode: integer = 1); |
procedure debugwrite(const value: string); |
procedure debugwriteln(const value: string); |
procedure debugwritestack(const acount: integer = 30); |
procedure debugout(const sender: tcomponent; const atext: ansistring); overload; |
procedure debugout(const sender: tobject; const atext: ansistring); overload; |
procedure debugoutstart(out ts: longword; const sender: tcomponent; const atext: ansistring); overload; |
procedure debugoutend(const ts: longword; const sender: tcomponent; const atext: ansistring); overload; |
procedure internalerror(const text: string); |
function getlasterror: integer; |
function getlasterrortext: string; |
function syserrortext(const aerror: syserrorty): string; |
function later(ref,act: longword): boolean; |
function laterorsame(ref,act: longword): boolean; |
procedure sleepus(const us: longword); |
procedure waitus(us: integer); |
function timestamp: longword; |
function timestep(us: longword): longword; |
function timeout(time: longword): boolean; |
function createguidstring: string; |
procedure reallocmemandinit(var p: pointer; const newsize: sizeint); |
Generated by PasDoc 0.16.0.