SftMask/OCX 6.5

SftMaskCalculator.Lines Property

Softel vdm, Inc.

Defines the maximum number of lines of intermediate results displayed.

Syntax       

Get

VB.NET

Count = object.Lines  As Short

VB

Count = object.Lines  As Integer

C#.NET

short Count = object.Lines;

VC++

short Count = object->Lines;
short Count = object->GetLines();

C

HRESULT object->get_Lines(short* Count);

Delphi

Count := object.Lines   : Smallint;

Put

VB.NET

object.Lines = Count  As Short

VB

object.Lines = Count  As Integer

C#.NET

short object.Lines = Count;

VC++

short object->Lines = Count;
void object->PutLines(short Count);

C

HRESULT object->put_Lines(short Count);

Delphi

object.Lines := Count   : Smallint;

object

A SftMaskCalculator object.

Count

Defines the maximum number of lines of intermediate results displayed.

Comments

The Lines property defines the maximum number of lines of intermediate results displayed.


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