Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

ItemDataFloat Property, VirtualItem Object

Defines the item's application specific floating point value.

Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.DataFloat instead

Syntax

Put

VB.NETobject.ItemDataFloat = Data As Single
VBobject.ItemDataFloat = Data As Single
C#.NETfloat object.ItemDataFloat = Data;
VC++float object->ItemDataFloat = Data;
void object->PutItemDataFloat(float Data);
CHRESULT object->put_ItemDataFloat(float Data);

object

A VirtualItem object.

Data

Defines the item's application specific floating point value.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use VirtualItem.Item.DataFloat instead

The ItemDataFloat property defines the item's application specific floating point value.

The ItemDataFloat property is used while handling a VirtualItem event to define the item's application specific floating point value. The item is described by the VirtualItem event's RowIndex parameter.

See Also VirtualItem Object | Object Hierarchy


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