Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

DataObject Property, SftTreeCell Object

Defines the cell's application specific object value.

Syntax

Get

VB.NETrefObjectPtr = object.DataObject As Object
VBrefObjectPtr = object.DataObject As Object
C#.NETobject refObjectPtr = object.DataObject;
VC++LPDISPATCH refObjectPtr = object->DataObject;
LPDISPATCH refObjectPtr = object->GetDataObject();
CHRESULT object->get_DataObject(LPDISPATCH* refObjectPtr);

PutRef

VB.NETobject.DataObject = refObjectPtr As Object
VBSet object.DataObject = refObjectPtr As Object
C#.NETobject object.DataObject = refObjectPtr;
VC++LPDISPATCH object->DataObject = refObjectPtr;
void object->PutRefDataObject(LPDISPATCH refObjectPtr);
CHRESULT object->putref_DataObject(LPDISPATCH refObjectPtr);

object

A SftTreeCell object.

refObjectPtr

Defines the cell's application specific object value.

Comments

The DataObject property defines the cell's application specific object value.

The Cell.Data, Cell.DataString, Cell.DataTag properties can be used to store additional application specific data, using other data types (numeric values, strings, variants).

When using .NET languages, the Cell.DataTag property should be used instead. DataObject is intended to be used with COM objects only.

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

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