Class ITabs (unit ComctlLib)

Inherits from

IDispatch

StatusBar Tabs collection

Constructors



Functions

function Add(var pvIndex, pvKey, pvCaption, pvImage: OleVariant): ITab;


procedure Clear;


function Get_ControlDefault(var pvIndex: OleVariant): ITab;


function Get_Count: Smallint;


function Get_Item(var pvIndex: OleVariant): ITab;


procedure Remove(var pvIndex: OleVariant);


procedure Set_ControlDefault(var pvIndex: OleVariant; var Value: ITab);


procedure Set_Count(Value: Smallint);


procedure Set_Item(var pvIndex: OleVariant; var Value: ITab);


function _NewEnum: IDispatch;


Properties

property ControlDefault : ITab


property Count : Smallint


property Item : ITab


Events

Variables


Constructors


Functions


function Add(var pvIndex, pvKey, pvCaption, pvImage: OleVariant): ITab;


procedure Clear;


function Get_ControlDefault(var pvIndex: OleVariant): ITab;


function Get_Count: Smallint;


function Get_Item(var pvIndex: OleVariant): ITab;


procedure Remove(var pvIndex: OleVariant);


procedure Set_ControlDefault(var pvIndex: OleVariant; var Value: ITab);


procedure Set_Count(Value: Smallint);


procedure Set_Item(var pvIndex: OleVariant; var Value: ITab);


function _NewEnum: IDispatch;


Properties


property ControlDefault : ITab


property Count : Smallint


property Item : ITab


Events


Variables