SftBox/OCX 4.5

SftBoxItem.Data Property

Softel vdm, Inc.

Defines the item's application specific numeric value.

Syntax       

Get

VB.NET

Number = object.Data  As Integer

VB

Number = object.Data  As Long

C#.NET

int Number = object.Data;

VC++

long Number = object->Data;
long Number = object->GetData();

C

HRESULT object->get_Data(long* Number);

Delphi

Number := object.Data   : Integer;

Put

VB.NET

object.Data = Number  As Integer

VB

object.Data = Number  As Long

C#.NET

int object.Data = Number;

VC++

long object->Data = Number;
void object->PutData(long Number);

C

HRESULT object->put_Data(long Number);

Delphi

object.Data := Number   : Integer;

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.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com