A.對(duì)象所具有的行為 B.對(duì)象所具有的動(dòng)作 C.對(duì)象所具有的特征和狀態(tài) D.對(duì)象所具有的繼承性
A.thisform.combo1 B.thisform.command1.caption C.thisform.name D.this.value
A.在屬性窗口中將label1的caption屬性設(shè)為:date() B.在屬性窗口中將label1的caption屬性設(shè)為:=date() C.在屬性窗口中將label1的caption屬性設(shè)為:=dtoc(date()) D.在form1的init事件中輸入代碼:thisform.label1.caption=date()