type ICefStringMultimap = interface(IInterface)
Custom interface used to handle all the CEF functions related to CefStringMultimap.
function GetHandle: TCefStringMultimap; |
|
function GetSize: NativeUInt; |
|
function FindCount(const Key: ustring): NativeUInt; |
|
function GetEnumerate(const Key: ustring; ValueIndex: NativeUInt): ustring; |
|
function GetKey(Index: NativeUInt): ustring; |
|
function GetValue(Index: NativeUInt): ustring; |
|
function Append(const Key, Value: ustring) : boolean; |
|
procedure Clear; |
property Handle : TCefStringMultimap read GetHandle; |
|
property Size : NativeUInt read GetSize; |
|
property Key[index: NativeUInt]: ustring read GetKey; |
|
property Value[index: NativeUInt]: ustring read GetValue; |
|
property Enumerate[const aKey: ustring; aValueIndex: NativeUInt]: ustring read GetEnumerate; |
function GetHandle: TCefStringMultimap; |
|
This item has no description. |
function GetSize: NativeUInt; |
|
This item has no description. |
function FindCount(const Key: ustring): NativeUInt; |
|
This item has no description. |
function GetEnumerate(const Key: ustring; ValueIndex: NativeUInt): ustring; |
|
This item has no description. |
function GetKey(Index: NativeUInt): ustring; |
|
This item has no description. |
function GetValue(Index: NativeUInt): ustring; |
|
This item has no description. |
function Append(const Key, Value: ustring) : boolean; |
|
This item has no description. |
procedure Clear; |
|
This item has no description. |
property Handle : TCefStringMultimap read GetHandle; |
|
This item has no description. |
property Size : NativeUInt read GetSize; |
|
This item has no description. |
property Key[index: NativeUInt]: ustring read GetKey; |
|
This item has no description. |
property Value[index: NativeUInt]: ustring read GetValue; |
|
This item has no description. |
property Enumerate[const aKey: ustring; aValueIndex: NativeUInt]: ustring read GetEnumerate; |
|
This item has no description. |