StartPos (Read Only) |
Top Previous Next |
Indicates the starting position of the field.
Visual Basic Syntax
[TTnbOhioPosition =] Field.StartPos
Delphi Syntax
[TTnbOhioPosition :=] Field.StartPos;
Remarks
The position can range from 1 to the size of the virtual screen. The starting position of a field is the position of the first character in the field.
|