Unit 'uCEFInterfaces' Package
[Overview][Types][Classes][Index] [#pl_cef4typhon]

ICefStringList

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

Declaration

Source position: uCEFInterfaces.pas line 213

type ICefStringList = interface

  function GetHandle;

  

  function GetSize;

  

  function GetValue();

  

  procedure Append();

  

  procedure Clear;

  

  function Copy;

  

  procedure CopyToStrings();

  

  procedure AddStrings();

  

  property Handle: TCefStringList; [r]

  

  property Size: NativeUInt; [r]

  

  property Value []: ustring; [r]

  

end;

Inheritance

ICefStringList

  

|

IInterface



CT Web help

CodeTyphon Studio