| Numeric (Read Only) | Top Previous Next | 
| Indicates whether the field which contains the cursor is a numeric-only field. 
 Visual Basic Syntax 
 [Boolean =] Field.Numeric 
 Delphi Syntax 
 [Boolean :=] Field.Numeric; 
 
 Remarks 
 This property returns True if the cursor is in a numeric-only field, false otherwise. 
 
 
 |