EndPos (Read Only) |
Top Previous Next |
Returns the ending position of the field. The position can range from 1 to the size of the virtual screen. The ending position of a field is the position of the last character in the field.
Visual Basic Syntax
[TTnbOhioPosition =] Field.EndPos
Delphi Syntax
[TTnbOhioPosition :=] Field.EndPos;
Remarks
Returns an integer indicating the position of the last character in the field.
|