Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItem.Data Property

Defines the item's application specific numeric value.

Syntax

Get

VB.NETNumber = object.Data As Integer
VBNumber = object.Data As Long
C#.NETint Number = object.Data;
VC++LONG_PTR Number = object->Data;
LONG_PTR Number = object->GetData();
CHRESULT object->get_Data(LONG_PTR* Number);

Put

VB.NETobject.Data = Number As Integer
VBobject.Data = Number As Long
C#.NETint object.Data = Number;
VC++LONG_PTR object->Data = Number;
void object->PutData(LONG_PTR Number);
CHRESULT object->put_Data(LONG_PTR Number);

object

A SftBoxItem object.

Number

Defines the item's application specific numeric value.

Comments

The Data property defines the item's application specific numeric value.

The Item.DataObject and Item.DataTag properties can be used to store additional application specific data, using other data types (objects, variants).

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

See Also SftBoxItem Object | Object Hierarchy


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