Interface ICefStringMultimap

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type ICefStringMultimap = interface(IInterface)

Description

Custom interface used to handle all the CEF functions related to CefStringMultimap.

Attributes
GUID['{583ED0C2-A9D6-4034-A7C9-20EC7E47F0C7}']

Hierarchy

Overview

Methods

Public function GetHandle: TCefStringMultimap;
Public function GetSize: NativeUInt;
Public function FindCount(const Key: ustring): NativeUInt;
Public function GetEnumerate(const Key: ustring; ValueIndex: NativeUInt): ustring;
Public function GetKey(Index: NativeUInt): ustring;
Public function GetValue(Index: NativeUInt): ustring;
Public function Append(const Key, Value: ustring) : boolean;
Public procedure Clear;

Properties

Public property Handle : TCefStringMultimap read GetHandle;
Public property Size : NativeUInt read GetSize;
Public property Key[index: NativeUInt]: ustring read GetKey;
Public property Value[index: NativeUInt]: ustring read GetValue;
Public property Enumerate[const aKey: ustring; aValueIndex: NativeUInt]: ustring read GetEnumerate;

Description

Methods

Public function GetHandle: TCefStringMultimap;

This item has no description.

Public function GetSize: NativeUInt;

This item has no description.

Public function FindCount(const Key: ustring): NativeUInt;

This item has no description.

Public function GetEnumerate(const Key: ustring; ValueIndex: NativeUInt): ustring;

This item has no description.

Public function GetKey(Index: NativeUInt): ustring;

This item has no description.

Public function GetValue(Index: NativeUInt): ustring;

This item has no description.

Public function Append(const Key, Value: ustring) : boolean;

This item has no description.

Public procedure Clear;

This item has no description.

Properties

Public property Handle : TCefStringMultimap read GetHandle;

This item has no description.

Public property Size : NativeUInt read GetSize;

This item has no description.

Public property Key[index: NativeUInt]: ustring read GetKey;

This item has no description.

Public property Value[index: NativeUInt]: ustring read GetValue;

This item has no description.

Public property Enumerate[const aKey: ustring; aValueIndex: NativeUInt]: ustring read GetEnumerate;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.