Answer the following statements true (T) or false (F)
1) The KeyData property includes data about modifier keys.
2) A Form is a container.
3) All Forms, components and controls are classes.
4) CheckBoxes are used to represent a set of mutually exclusive options.
5) A Label displays text that a user running an app can edit.
1) True.
2) True.
3) True.
4) False. RadioButtons are used to represent a set of mutually exclusive options.
5) False. A Label’s text cannot be edited by the user.
You might also like to view...
The SQL statement most often used to retrieve data from a database is
a) RETRIEVE ... FROM b) FIND ... IN c) ACCESS DATA GET ... d) SELECT ... FROM e) None of these is correct
A(n) array is a collection of similar objects that can be accessed by means of a variable name and an index.
Answer the following statement true (T) or false (F)