Unit 'wasm.storage.objects' Package
[Overview][Classes][Index] [#wasm-utils]

TWasmStorage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TWasmStorage

|

TObject


Documentation generated on: 2025-07-25