Long

 

Variables of the Long data type are long integers ranging from -2,147,483,648 to 2,147,483,647, representing a 32-bit Signed Long.

 

In addition, the variable can take the value NoValue. If the switch Initialize with default value for class variables is set, the value is set to 0 when NoValue is assigned.

 

Variables of Type Long are defined locally in functions as hereinafter (examples):

Dim V As Long

Dim V As Long := 100

Dim VList() As Long

 

Attribute Properties and Functions:

 

Standard-Attributes:

AssignRuleIndex

Changed

Description

DifferingText

IsEnabled

IsVisible

ItemList

Name

SQLPrepare

Tag

UserTouched

Valid

ValueTag

ValueTagItems

 

Standard-Events:

AfterLet

BeforeLet

Get

Validation

 

Special Attributes:

 

 

More:

ClearBit (Long)

Even (Long)

ExamineBit (Long)

FormatString (Long)

FormattedValue (Long)

HighWord (Long)

LowWord (Long)

Odd (Long)

SetBit (Long)

ToggleBit (Long)