Interface ICefStringMap

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type ICefStringMap = interface(IInterface)

Description

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

Attributes
GUID['{A33EBC01-B23A-4918-86A4-E24A243B342F}']

Hierarchy

Overview

Methods

Public function GetHandle: TCefStringMap;
Public function GetSize: NativeUInt;
Public function Find(const Key: ustring): 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 : TCefStringMap read GetHandle;
Public property Size : NativeUInt read GetSize;
Public property Key[index: NativeUInt]: ustring read GetKey;
Public property Value[index: NativeUInt]: ustring read GetValue;

Description

Methods

Public function GetHandle: TCefStringMap;

This item has no description.

Public function GetSize: NativeUInt;

This item has no description.

Public function Find(const Key: ustring): 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 : TCefStringMap 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.


Generated by PasDoc 0.16.0-snapshot.