type ICefStringMap = interface(IInterface)
Custom interface used to handle all the CEF functions related to CefStringMap.
| 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; |
| 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; |
| 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. | |
| 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. | |