type ICefStringList = interface(IInterface)
Custom interface used to handle all the CEF functions related to CefStringList.
| Public | function GetHandle: TCefStringList; |
| Public | function GetSize: NativeUInt; |
| Public | function GetValue(Index: NativeUInt): ustring; |
| Public | procedure Append(const Value: ustring); |
| Public | procedure Clear; |
| Public | function Copy: TCefStringList; |
| Public | procedure CopyToStrings(const aStrings : TStrings); |
| Public | procedure AddStrings(const aStrings : TStrings); |
| Public | property Handle : TCefStringList read GetHandle; |
| Public | property Size : NativeUInt read GetSize; |
| Public | property Value[index: NativeUInt]: ustring read GetValue; |
| Public | function GetHandle: TCefStringList; |
|
This item has no description. | |
| Public | function GetSize: NativeUInt; |
|
This item has no description. | |
| Public | function GetValue(Index: NativeUInt): ustring; |
|
This item has no description. | |
| Public | procedure Append(const Value: ustring); |
|
This item has no description. | |
| Public | procedure Clear; |
|
This item has no description. | |
| Public | function Copy: TCefStringList; |
|
This item has no description. | |
| Public | procedure CopyToStrings(const aStrings : TStrings); |
|
This item has no description. | |
| Public | procedure AddStrings(const aStrings : TStrings); |
|
This item has no description. | |
| Public | property Handle : TCefStringList read GetHandle; |
|
This item has no description. | |
| Public | property Size : NativeUInt read GetSize; |
|
This item has no description. | |
| Public | property Value[index: NativeUInt]: ustring read GetValue; |
|
This item has no description. | |