[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: wasm.storage.objects.pas line 22
type TWasmStorage = class(TObject) |
protected |
class function Kind; virtual; abstract; |
function GetAndReleaseString(); |
function GetKey(); |
function GetItem(); |
procedure SetItem(); |
public |
function Count; |
procedure Remove(); |
procedure Clear; |
property Items []: UTF8String; [rw] |
property Keys []: UTF8String; [r] |
property UseExceptions: Boolean; [rw] |
end; |
| |
TObject |