Class IButtons (unit ComctlLib)

Inherits from

IDispatch

ToolBar Buttons

Constructors



Functions

function Add(var Index, Key, Caption, Style, Image: OleVariant): IButton;


procedure Clear;


function Get_ControlDefault(var Index: OleVariant): IButton;


function Get_Count: Smallint;


function Get_Item(var Index: OleVariant): IButton;


procedure Remove(var Index: OleVariant);


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


procedure Set_Count(Value: Smallint);


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


function _NewEnum: IDispatch;


Properties

property ControlDefault : IButton


property Count : Smallint


property Item : IButton


Events

Variables


Constructors


Functions


function Add(var Index, Key, Caption, Style, Image: OleVariant): IButton;


procedure Clear;


function Get_ControlDefault(var Index: OleVariant): IButton;


function Get_Count: Smallint;


function Get_Item(var Index: OleVariant): IButton;


procedure Remove(var Index: OleVariant);


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


procedure Set_Count(Value: Smallint);


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


function _NewEnum: IDispatch;


Properties


property ControlDefault : IButton


property Count : Smallint


property Item : IButton


Events


Variables