S
savenight
Unregistered / Unconfirmed
GUEST, unregistred user!
摘自www.borland.com,别说我侵权呀,[]
只摘录了20道,按每道5分算,看看你能得多少分?
1
You have created a form that is very data intensive. You are displaying data
from several tables. This is going to cause your form to be very cluttered in
the designer. How can a DataModule help with this problem?
2
A component is inherited from TControl. Explain how you can have the component
respond to an OnClick event?
3
What are the properties and events of TActionsList?
What are the properties and events of TAction?
4
Why don't you have to create a name property for a component that you create?
5
How can you share the Object Repository?
6
If you change a property of an object on a form, how does Delphi know about
that change when you reload your project?
7
You want to create on object that paints itself on a form. What class could
you inherit from to help you accomplish this task?
8
What component could you use to display all the values in an array in a
spreadsheet format?
9
An application calls for the checking of a registry setting while the
application is running. You do not want to burden the user with this action.
What component could you use to check this variable during the running of the
application?
10
If you did not define a destructor for your TObject descendant, why does it
have one?
11
How can you create an alias that only exists while the application is running?
12
You have a client/server application that uses a TTable with its filter property
set. Is the data going to be filtered at the client or the server?
13
Describe how you would validate data with a TField object and an object that
encapsulates the validation rules for your application?
14
If you only need to view five columns of a table, why would you use a TQuery
and not a TTable?
15
What compiler directives should be used and understood when deploying packages?
16
How can you raise a custom exception that will not display a dialog box to the user?
17
Debugging client server applications can often require debugging across
multiple machines. How does Delphi allow this to be done? What are the
limitations of this feature with respect to operating systems?
18
Which statement is true about deploying a Delphi Enterprise database application?
a You may deploy the BDE royalty free.
b The BDE must be deployed on the client PC.
c A BDE alias must be configured on the client PC.
d The SQL Links must be deployed on the client PC.
19
Which controls can be dropped inside of a TDBCtrlGrid?
a TDBChart
b TDBImage
c TDBGrid
d TDBMemo
e TDBRichEdit
f TDBCombobox
20
Under which condition is the BOF property of a Dataset true?
a The Dataset is closed.
b The Dataset is first opened.
c The record pointer is positioned at the top of the file using the dataset's first method.
d The record pointer is positioned at the bottom of the file using the dataset's last method.
只摘录了20道,按每道5分算,看看你能得多少分?
1
You have created a form that is very data intensive. You are displaying data
from several tables. This is going to cause your form to be very cluttered in
the designer. How can a DataModule help with this problem?
2
A component is inherited from TControl. Explain how you can have the component
respond to an OnClick event?
3
What are the properties and events of TActionsList?
What are the properties and events of TAction?
4
Why don't you have to create a name property for a component that you create?
5
How can you share the Object Repository?
6
If you change a property of an object on a form, how does Delphi know about
that change when you reload your project?
7
You want to create on object that paints itself on a form. What class could
you inherit from to help you accomplish this task?
8
What component could you use to display all the values in an array in a
spreadsheet format?
9
An application calls for the checking of a registry setting while the
application is running. You do not want to burden the user with this action.
What component could you use to check this variable during the running of the
application?
10
If you did not define a destructor for your TObject descendant, why does it
have one?
11
How can you create an alias that only exists while the application is running?
12
You have a client/server application that uses a TTable with its filter property
set. Is the data going to be filtered at the client or the server?
13
Describe how you would validate data with a TField object and an object that
encapsulates the validation rules for your application?
14
If you only need to view five columns of a table, why would you use a TQuery
and not a TTable?
15
What compiler directives should be used and understood when deploying packages?
16
How can you raise a custom exception that will not display a dialog box to the user?
17
Debugging client server applications can often require debugging across
multiple machines. How does Delphi allow this to be done? What are the
limitations of this feature with respect to operating systems?
18
Which statement is true about deploying a Delphi Enterprise database application?
a You may deploy the BDE royalty free.
b The BDE must be deployed on the client PC.
c A BDE alias must be configured on the client PC.
d The SQL Links must be deployed on the client PC.
19
Which controls can be dropped inside of a TDBCtrlGrid?
a TDBChart
b TDBImage
c TDBGrid
d TDBMemo
e TDBRichEdit
f TDBCombobox
20
Under which condition is the BOF property of a Dataset true?
a The Dataset is closed.
b The Dataset is first opened.
c The record pointer is positioned at the top of the file using the dataset's first method.
d The record pointer is positioned at the bottom of the file using the dataset's last method.