Class IImages (unit ComctlLib)

Inherits from

IDispatch

A bitmap or icon of any size that can be used in other controls.

Constructors



Functions

function Add(var Index, Key, Picture: OleVariant): IImage;


procedure Clear;


function Get_ControlDefault(var Index: OleVariant): IImage;


function Get_Count: Smallint;


function Get_Item(var Index: OleVariant): IImage;


procedure Remove(var Index: OleVariant);


procedure Set_ControlDefault(var Index: OleVariant; var Value: IImage);


procedure Set_Count(Value: Smallint);


procedure Set_Item(var Index: OleVariant; var Value: IImage);


function _NewEnum: IDispatch;


Properties

property ControlDefault : IImage


property Count : Smallint


property Item : IImage


Events

Variables


Constructors


Functions


function Add(var Index, Key, Picture: OleVariant): IImage;


procedure Clear;


function Get_ControlDefault(var Index: OleVariant): IImage;


function Get_Count: Smallint;


function Get_Item(var Index: OleVariant): IImage;


procedure Remove(var Index: OleVariant);


procedure Set_ControlDefault(var Index: OleVariant; var Value: IImage);


procedure Set_Count(Value: Smallint);


procedure Set_Item(var Index: OleVariant; var Value: IImage);


function _NewEnum: IDispatch;


Properties


property ControlDefault : IImage


property Count : Smallint


property Item : IImage


Events


Variables