Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

FindData Method, SftTreeItems Object

Searches the Data property of items.

Syntax

VB.NETFoundIndex = object.FindData(ByVal ItemIndex As Integer, ByVal ItemData As Integer) As Integer
VBFoundIndex = object.FindData(ByVal ItemIndex As Long, ByVal ItemData As Long) As Long
C#.NETint FoundIndex = object.FindData(int ItemIndex, int ItemData);
VC++long FoundIndex = object->FindData(long ItemIndex, long ItemData);
CHRESULT object->raw_FindData(long ItemIndex, long ItemData, long* FoundIndex);

object

A SftTreeItems object.

ItemIndex

The zero-based index of the item where the search begins (including ItemIndex).

ItemData

The value to be searched.

FoundIndex

Returns the index of the item whose Item.Data property has the value specified by ItemData. -1 is returned if no matching item is found.

Comments

The FindData method searches the Item.Data property of items.

The value described by ItemData is compared to the Item.Data property of all items involved in the search. The search starts at the item described by ItemIndex. If an item with a matching Item.Data property is found, its zero-based index is returned, otherwise -1 is returned.

See Also SftTreeItems Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.