Class IListItem (unit ComctlLib)

Inherits from

IDispatch

An item in a ListView control that contains the index of icons associated with it, text, and an array of strings representing subitems that are displayed in Report view.

Constructors



Functions

function CreateDragImage: IPictureDisp;


function EnsureVisible: WordBool;


function Get_Default: WideString;


function Get_Ghosted: WordBool;


function Get_Height: Single;


function Get_Icon: OleVariant;


function Get_Index: Integer;


function Get_Key: WideString;


function Get_Left: Single;


function Get_Selected: WordBool;


function Get_SmallIcon: OleVariant;


function Get_SubItems(Index: Smallint): WideString;


function Get_Tag: OleVariant;


function Get_Text: WideString;


function Get_Top: Single;


function Get_Width: Single;


procedure Set_Default(const Value: WideString);


procedure Set_Ghosted(Value: WordBool);


procedure Set_Height(Value: Single);


procedure Set_Icon(Value: OleVariant);


procedure Set_Index(Value: Integer);


procedure Set_Key(const Value: WideString);


procedure Set_Left(Value: Single);


procedure Set_Selected(Value: WordBool);


procedure Set_SmallIcon(Value: OleVariant);


procedure Set_SubItems(Index: Smallint; const Value: WideString);


procedure Set_Tag(Value: OleVariant);


procedure Set_Text(const Value: WideString);


procedure Set_Top(Value: Single);


procedure Set_Width(Value: Single);


Properties

property Default : WideString


property Ghosted : WordBool


property Height : Single


property Icon : OleVariant


property Index : Integer


property Key : WideString


property Left : Single


property Selected : WordBool


property SmallIcon : OleVariant


property SubItems : WideString


property Tag : OleVariant


property Text : WideString


property Top : Single


property Width : Single


Events

Variables


Constructors


Functions


function CreateDragImage: IPictureDisp;


function EnsureVisible: WordBool;


function Get_Default: WideString;


function Get_Ghosted: WordBool;


function Get_Height: Single;


function Get_Icon: OleVariant;


function Get_Index: Integer;


function Get_Key: WideString;


function Get_Left: Single;


function Get_Selected: WordBool;


function Get_SmallIcon: OleVariant;


function Get_SubItems(Index: Smallint): WideString;


function Get_Tag: OleVariant;


function Get_Text: WideString;


function Get_Top: Single;


function Get_Width: Single;


procedure Set_Default(const Value: WideString);


procedure Set_Ghosted(Value: WordBool);


procedure Set_Height(Value: Single);


procedure Set_Icon(Value: OleVariant);


procedure Set_Index(Value: Integer);


procedure Set_Key(const Value: WideString);


procedure Set_Left(Value: Single);


procedure Set_Selected(Value: WordBool);


procedure Set_SmallIcon(Value: OleVariant);


procedure Set_SubItems(Index: Smallint; const Value: WideString);


procedure Set_Tag(Value: OleVariant);


procedure Set_Text(const Value: WideString);


procedure Set_Top(Value: Single);


procedure Set_Width(Value: Single);


Properties


property Default : WideString


property Ghosted : WordBool


property Height : Single


property Icon : OleVariant


property Index : Integer


property Key : WideString


property Left : Single


property Selected : WordBool


property SmallIcon : OleVariant


property SubItems : WideString


property Tag : OleVariant


property Text : WideString


property Top : Single


property Width : Single


Events


Variables