[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 4090
type TGVariantDict = object |
||
|
||
function new(); |
|
|
procedure clear; |
|
|
function contains(); |
|
|
function end_; |
|
|
procedure init(); |
|
|
procedure insert_value(); |
|
|
function lookup_value(); |
|
|
function ref; |
|
|
function remove(); |
|
|
procedure unref; |
|
|
end; |
|