單項選擇題下面對Memo組件Memo1操作正確的語句是()
A.Memo1.Clear"";
B.Memo1.Lines := ’ Test ’;
C.Memo1.Lines.Add(123456)
D.Memo1.Lines.Delete(1);
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題執(zhí)行后將會刪除編輯框組件Text1中的文本內容的語句是()
A.Text1.Text=”
B.Text1. MaxLength=0
C.Text1.Clear=
D.Text1. SelText.Clear=
2.單項選擇題進度顯示組件ProgressBar的當前所處的進度可以由()屬性值得到。
A.Step
B.Scroll
C.Position
D.Max