在窗体上放置了DriveListBox、DirListBox和FileListBox等三个控件,下面()语句一定不会改变相应控件的Path或Drive属性。
A:File1.FileName="a:/*.*"
B:Drive1.ListIndex=2
C:File1.Path=Drive1.Drive
D:Dir1.ListIndex=-2
出自:计算机科学