The BindingSource object stores the position of the record pointer in the object's ____ property.

A. PlaceHolder
B. RecordPosition
C. RecordPointer
D. Position

Answer: D

Computer Science & Information Technology

You might also like to view...

The Handout Master enables you to specify all of the following EXCEPT the ________

A) font of the presentation B) number of slides per page C) page orientation D) inclusion of header and footer placeholders

Computer Science & Information Technology

What is the output of the following code?

int x = 0; while (x < 4) { x = x + 1; } System.out.println("x is " + x); a. x is 0 b. x is 1 c. x is 2 d. x is 3 e. x is 4

Computer Science & Information Technology