Record str
Unit
Declaration
type str = record
Description
Class: str of ddb
Overview
Fields
o: Pstd_str; |
Methods
constructor FromNativePointer(ptr : Pstd_str); |
|
class operator Explicit(const r: str): Boolean; |
|
procedure AutoRelease(); |
|
class operator Add(const Left: str; Right: string): str; |
|
class operator Add(const Left: string; Right: str): string; |
|
class operator Equal(const Left, Right: str): Boolean; |
|
class operator Explicit(const s: str): string; |
|
class operator Implicit(const s: string): str; |
|
class operator NotEqual(const Left, Right: str): Boolean; |
|
procedure Init(); overload; |
|
procedure Init(arg1: PUTF8Char); overload; |
|
function size(): Cardinal; overload; |
|
function length(): Cardinal; overload; |
|
function empty(): Boolean; overload; |
|
function c_str(): PUTF8Char; overload; |
|
function data(): PUTF8Char; overload; |
|
procedure assign(arg2: PUTF8Char); overload; |
|
function append(arg2: str): str; overload; |
|
function append(arg2: str; arg3: NativeUInt; arg4: NativeUInt): str; overload; |
Description
Fields
o: Pstd_str; |
|
This item has no description. |
Methods
constructor FromNativePointer(ptr : Pstd_str); |
|
This item has no description. |
class operator Explicit(const r: str): Boolean; |
|
This item has no description. |
procedure AutoRelease(); |
|
This item has no description. |
class operator Add(const Left: str; Right: string): str; |
|
This item has no description. |
class operator Add(const Left: string; Right: str): string; |
|
This item has no description. |
class operator Equal(const Left, Right: str): Boolean; |
|
This item has no description. |
class operator Explicit(const s: str): string; |
|
This item has no description. |
class operator Implicit(const s: string): str; |
|
This item has no description. |
class operator NotEqual(const Left, Right: str): Boolean; |
|
This item has no description. |
procedure Init(); overload; |
|
This item has no description. |
procedure Init(arg1: PUTF8Char); overload; |
|
This item has no description. |
function size(): Cardinal; overload; |
|
This item has no description. |
function length(): Cardinal; overload; |
|
This item has no description. |
function empty(): Boolean; overload; |
|
This item has no description. |
function c_str(): PUTF8Char; overload; |
|
This item has no description. |
function data(): PUTF8Char; overload; |
|
This item has no description. |
procedure assign(arg2: PUTF8Char); overload; |
|
This item has no description. |
function append(arg2: str): str; overload; |
|
This item has no description. |
function append(arg2: str; arg3: NativeUInt; arg4: NativeUInt): str; overload; |
|
This item has no description. |