Pos Property (Read/Write) |
Top Previous Next |
Returns the field position in the screen.
Visual Basic Syntax
TNBXField.Pos [= Integer]
Delphi Syntax
TNBXField.Pos [:= Integer];
Remarks
This property returns an integer ranging from 1 to TNBnnnnX.Cols property multiplied by TNBnnnnX.Rows property. The order of the numeration is from the left to the right and from top to bottom.
|