You can use the BindingSource object's ____ methods to move the record pointer to the first, last, next, or previous record in the dataset.
A. Move
B. Point
C. MoveRecord
D. Pointer
Answer: A
You might also like to view...
By default, when you press Enter and begin to type, the first letter of first word on the next line is capitalized
Indicate whether the statement is true or false
The mouse action used to open a shortcut menu is ________
Fill in the blank(s) with correct word
Given the function prototype: ? double testAlpha(int u, char v, double t); ? which of the following statements is legal?
A. cout << testAlpha(5, 'A', 2); B. cout << testAlpha( int 5, char 'A', int 2); C. cout << testAlpha('5.0', 'A', '2.0'); D. cout << testAlpha(5.0, "65", 2.0);
A(n) ______ is a light-sensing input device that converts printed text and images into a form the computer can process.
Fill in the blank(s) with the appropriate word(s).