Unit msesysutils

Description

This item has no 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;

This item has no description.

function stdoutputhandle: integer;

This item has no description.

function stderrorhandle: integer;

This item has no description.

procedure writestdout(value: string; newline: boolean = false);

This item has no description.

procedure writestderr(value: string; newline: boolean = false);

This item has no description.

procedure errorhalt(errortext: string; exitcode: integer = 1);

This item has no description.

procedure debugwrite(const value: string);

This item has no description.

procedure debugwriteln(const value: string);

This item has no description.

procedure debugwritestack(const acount: integer = 30);

This item has no description.

procedure debugout(const sender: tcomponent; const atext: ansistring); overload;

This item has no description.

procedure debugout(const sender: tobject; const atext: ansistring); overload;

This item has no description.

procedure debugoutstart(out ts: longword; const sender: tcomponent; const atext: ansistring); overload;

This item has no description.

procedure debugoutend(const ts: longword; const sender: tcomponent; const atext: ansistring); overload;

This item has no description.

procedure internalerror(const text: string);

This item has no description.

function getlasterror: integer;

This item has no description.

function getlasterrortext: string;

This item has no description.

function syserrortext(const aerror: syserrorty): string;

This item has no description.

function later(ref,act: longword): boolean;

This item has no description.

function laterorsame(ref,act: longword): boolean;

This item has no description.

procedure sleepus(const us: longword);

This item has no description.

procedure waitus(us: integer);

This item has no description.

function timestamp: longword;

This item has no description.

function timestep(us: longword): longword;

This item has no description.

function timeout(time: longword): boolean;

This item has no description.

function createguidstring: string;

This item has no description.

procedure reallocmemandinit(var p: pointer; const newsize: sizeint);

This item has no description.


Generated by PasDoc 0.17.0.snapshot.