[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

TGVariantDict

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

Declaration

Source position: lazglib2.pas line 4090

type TGVariantDict = object

  u: TGVariantDict_union_u;

  

  function new();

  

  procedure clear;

  

  function contains();

  

  function end_;

  

  procedure init();

  

  procedure insert_value();

  

  function lookup_value();

  

  function ref;

  

  function remove();

  

  procedure unref;

  

end;

Inheritance

TGVariantDict