Record Sagui
Unit
Declaration
type Sagui = record
Description
Global Sagui
object containing general purpose functions.
Overview
Methods
![]() |
class function Version: Cardinal; overload; static; |
![]() |
class function Version(out AMajor, AMinor: Byte; out APatch: SmallInt): Cardinal; overload; static; |
![]() |
class function VersionStr: string; static; |
![]() |
class function Malloc(ASize: NativeUInt): Pointer; static; |
![]() |
class function Alloc(ASize: NativeUInt): Pointer; static; |
![]() |
class function Realloc(APointer: Pointer; ASize: NativeUInt): Pointer; static; |
![]() |
class procedure Free(APointer: Pointer); static; |
![]() |
class procedure StrError(AErrorNum: Integer; out AErrorMsg: string; AErrorLen: Integer); overload; static; inline; |
![]() |
class function StrError(AErrorNum: Integer): string; overload; static; |
![]() |
class function IsPost(const AMethod: string): Boolean; static; |
![]() |
class function ExtractEntryPoint(const APath: string): string; static; |
![]() |
class function TmpDir: string; static; |
![]() |
class function EOR(AError: Boolean): NativeInt; static; |
![]() |
class function IP(ASocket: Pointer): string; static; |
Description
Methods
![]() |
class function Version: Cardinal; overload; static; |
Returns the library version number. ReturnsLibrary version packed into a single integer. |
![]() |
class function VersionStr: string; static; |
Returns the library version number as string in the format ReturnsLibrary version packed into a static string. |
![]() |
class procedure Free(APointer: Pointer); static; |
Frees a memory space previous allocated by Parameters
|
![]() |
class function StrError(AErrorNum: Integer): string; overload; static; |
Returns string describing an error number. Parameters
ReturnsStatic string describing the error. |
![]() |
class function TmpDir: string; static; |
Returns the system temporary directory. ReturnsTemporary directory as static string. |
![]() |
class function EOR(AError: Boolean): NativeInt; static; |
Indicates the end-of-read processed in Parameters
ReturnsValue to end a stream reading. |
![]() |
class function IP(ASocket: Pointer): string; static; |
Obtains the Parameters
ReturnsFormatted |
Generated by PasDoc 0.16.0.