Interface ICefStringList

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type ICefStringList = interface(IInterface)

Description

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

Attributes
GUID['{DB24F301-2F64-48D6-A72E-33697748147E}']

Hierarchy

Overview

Methods

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);

Properties

Public property Handle : TCefStringList read GetHandle;
Public property Size : NativeUInt read GetSize;
Public property Value[index: NativeUInt]: ustring read GetValue;

Description

Methods

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.

Properties

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.


Generated by PasDoc 0.16.0-snapshot.