Class IListItems (unit ComctlLib)

Inherits from

IDispatch

ListView Item collection

Constructors



Functions

function Add(var Index, Key, Text, Icon, SmallIcon: OleVariant): IListItem;


procedure Clear;


function Get_ControlDefault(var Index: OleVariant): IListItem;


function Get_Count: Integer;


function Get_Item(var Index: OleVariant): IListItem;


procedure Remove(var Index: OleVariant);


procedure Set_Count(Value: Integer);


function _NewEnum: IUnknown;


Properties

property ControlDefault : IListItem


property Count : Integer


property Item : IListItem


Events

Variables


Constructors


Functions


function Add(var Index, Key, Text, Icon, SmallIcon: OleVariant): IListItem;


procedure Clear;


function Get_ControlDefault(var Index: OleVariant): IListItem;


function Get_Count: Integer;


function Get_Item(var Index: OleVariant): IListItem;


procedure Remove(var Index: OleVariant);


procedure Set_Count(Value: Integer);


function _NewEnum: IUnknown;


Properties


property ControlDefault : IListItem


property Count : Integer


property Item : IListItem


Events


Variables