Property: LineCount
|
Type: |
Integer |
|
|
Properties: |
ReadOnly, available only at run time. |
|
| Function: |
Return an integer, indicating the count of the available lines in the system. |
|
| Description: |
LineCount is 0 before the execution of the Initialize method. After the execution of this method, LineCount contains the count of lines available in the system. |
|
Sample Code In Visual Basic:
¡¡
dim lineCount as integer
va.Init
va.LineCount
lineCount=va.LineCount