Record runtime_error
Unit
Declaration
type runtime_error = record
Description
Class: runtime_error of ddb
Overview
Fields
![]() |
o: Pstd_runtime_error; |
Methods
![]() |
constructor FromNativePointer(ptr : Pstd_runtime_error); |
![]() |
class operator Explicit(const r: runtime_error): Boolean; |
![]() |
procedure AutoRelease(); |
![]() |
procedure Init(arg1: str); overload; |
![]() |
procedure Init(arg1: runtime_error); overload; |
![]() |
function what(): PUTF8Char; overload; |
Description
Fields
![]() |
o: Pstd_runtime_error; |
This item has no description. |
Methods
![]() |
constructor FromNativePointer(ptr : Pstd_runtime_error); |
This item has no description. |
![]() |
class operator Explicit(const r: runtime_error): Boolean; |
This item has no description. |
![]() |
procedure AutoRelease(); |
This item has no description. |
![]() |
procedure Init(arg1: str); overload; |
This item has no description. |
![]() |
procedure Init(arg1: runtime_error); overload; |
This item has no description. |
![]() |
function what(): PUTF8Char; overload; |
This item has no description. |