Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

DataFloat Property, SftTreeItem Object

Defines the item's application specific floating point value.

Syntax

Get

VB.NETFloat = object.DataFloat As Single
VBFloat = object.DataFloat As Single
C#.NETfloat Float = object.DataFloat;
VC++float Float = object->DataFloat;
float Float = object->GetDataFloat();
CHRESULT object->get_DataFloat(float* Float);

Put

VB.NETobject.DataFloat = Float As Single
VBobject.DataFloat = Float As Single
C#.NETfloat object.DataFloat = Float;
VC++float object->DataFloat = Float;
void object->PutDataFloat(float Float);
CHRESULT object->put_DataFloat(float Float);

object

A SftTreeItem object.

Float

Defines the item's application specific floating point value.

Comments

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

The DataFloat property can be used to store an application specific value with an item. Possible uses include storing values used for sorting purposes (see Items.SortDependents method).

Additional properties used to associate an application defined value with an item are Item.Data, Item.DataObject, Item.DataString and Item.DataTag. These are distinct properties and can be used at the same time.

Cell related data can be saved using the Cell.Data, Cell.DataObject, Cell.DataString and Cell.DataTag properties.

See Also SftTreeItem 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.