Navigation:  thinBasic Modules > UI (User Interface) > CONTROLs > Dedicated Control Functions > LISTVIEW Control > ListView: Items functions >

ListView_SetItem

Previous pageReturn to chapter overviewNext page

 

Description

 

Sets text and/or format of list-view item or subitem.

 

Syntax

 

n = ListView_SetItem(hWnd, ctrlID, RowIndex, ColumnIndex, sText [, lMask])

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle of the dialog containing the list-view control

ctrlID

Number

No

Control identifier assigned to the control during CONTROL ADD ...

RowIndex

Number

No

Row index. Starts from 1

ColumnIndex

Number

No

Column index. Starts from 1

sText

String

No

A string containing the item text

lMask

Number

Yes

Set of flags that specify which members of this structure contain data to be set or which members are being requested. This member can have one or more of the following flags set:

%LVIF_COLFMT

%LVIF_COLUMNS

%LVIF_DI_SETITEM

%LVIF_GROUPID

%LVIF_IMAGE

%LVIF_INDENT

%LVIF_NORECOMPUTE

%LVIF_PARAM

%LVIF_STATE

%LVIF_TEXT

 

If this member is zero or omitted, the following default value will be used:

%LVIF_TEXT

 

Remarks

 

Restrictions

 

See also

 

Examples

 

 

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com