Interface IPersistentStorage
Unit
Declaration
type IPersistentStorage = interface(IInterface)
Description
Attributes
- GUID['{240C0D27-2664-4308-906C-1940D4C4A01D}']
Hierarchy
- IInterface
- IPersistentStorage
Overview
Methods
function GetType: TPersistentType; |
|
function AsNull: IPersistentNull; |
|
function AsNumber: IPersistentNumber; |
|
function AsString: IPersistentString; |
|
function AsBoolean: IPersistentBoolean; |
|
function AsArray: IPersistentArray; |
|
function AsObject: IPersistentObject; |
|
function Clone: IPersistentStorage; |
|
function Equals(iOther: IPersistentStorage): boolean; |
|
function AsJSon(iIndent: boolean = false; iEscape: boolean = true): string; |
|
procedure Save(iFilename: string); |
Description
Methods
function GetType: TPersistentType; |
|
function AsNull: IPersistentNull; |
|
function AsNumber: IPersistentNumber; |
|
function AsString: IPersistentString; |
|
function AsBoolean: IPersistentBoolean; |
|
function AsArray: IPersistentArray; |
|
function AsObject: IPersistentObject; |
|
function Clone: IPersistentStorage; |
|
function Equals(iOther: IPersistentStorage): boolean; |
|
function AsJSon(iIndent: boolean = false; iEscape: boolean = true): string; |
|
procedure Save(iFilename: string); |
|
Generated by PasDoc 0.16.0.