SftBox/OCX 4.5

SftBoxItems.Count Property

Softel vdm, Inc.

Returns the number of items in the control.

Syntax       

Get

VB.NET

Total = object.Count  As Integer

VB

Total = object.Count  As Long

C#.NET

int Total = object.Count;

VC++

long Total = object->Count;
long Total = object->GetCount();

C

HRESULT object->get_Count(long* Total);

Delphi

Total := object.Count   : Integer;

object

A SftBoxItems object.

Total

Returns the number of items in the control.

Comments

The Count property returns the number of items in the control.

Items are added using the Items.Add or Items.Insert methods.


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