[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: cef3intf.pas line 1432
type ICefDictionaryValue = interface(ICefBaseRefCounted) |
||
function IsValid; |
|
|
function IsOwned; |
|
|
function IsReadOnly; |
|
|
function IsSame(); |
|
|
function IsEqual(); |
|
|
function Copy(); |
|
|
function GetSize; |
|
|
function Clear; |
|
|
function HasKey(); |
|
|
function GetKeys(); |
|
|
function Remove(); |
|
|
function GetType(); |
|
|
function GetValue(); |
|
|
function GetBool(); |
|
|
function GetInt(); |
|
|
function GetDouble(); |
|
|
function GetString(); |
|
|
function GetBinary(); |
|
|
function GetDictionary(); |
|
|
function GetList(); |
|
|
function SetValue(); |
|
|
function SetNull(); |
|
|
function SetBool(); |
|
|
function SetInt(); |
|
|
function SetDouble(); |
|
|
function SetString(); |
|
|
function SetBinary(); |
|
|
function SetDictionary(); |
|
|
function SetList(); |
|
|
end; |
|
||
| | ||
|
||
| | ||
IInterface |
CT Web help |
CodeTyphon Studio |