Length (Read Only) |
Top Previous Next |
Returns the length of the field.
Visual Basic Syntax
[Integer =] Field.Length
Delphi Syntax
[Integer :=] Field.Length;
Remarks
A field's length can range from 1 to the size of the virtual screen.
|