Unit 'uCEFValue' Package
[Overview][Classes][Index] [#pl_cef4typhon]

TCefValueRef

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

Declaration

Source position: uCEFValue.pas line 18

type TCefValueRef = class(TCefBaseRefCountedRef,ICefValue)

protected

  function IsValid;

  

  function IsOwned;

  

  function IsReadOnly;

  

  function IsSame();

  

  function IsEqual();

  

  function Copy;

  

  function GetType;

  

  function GetBool;

  

  function GetInt;

  

  function GetDouble;

  

  function GetString;

  

  function GetBinary;

  

  function GetDictionary;

  

  function GetList;

  

  function SetNull;

  

  function SetBool();

  

  function SetInt();

  

  function SetDouble();

  

  function SetString();

  

  function SetBinary();

  

  function SetDictionary();

  

  function SetList();

  

public

  class function UnWrap();

  

  class function New;

  

end;

Inheritance

TCefValueRef

  

|

TCefBaseRefCountedRef,ICefValue

  

|

TObject,ICefBaseRefCounted



CT Web help

CodeTyphon Studio