摘要:
if Application.MessageBox('删除不能恢复,确认删除吗?', '删除提示', MB_OKCANCEL + MB_ICONQUESTION)=mrOk thenbegin ShowMessage('你选择的OK!');end;1. 警告信息框 Application.Me... 阅读全文
posted @ 2015-06-04 11:37
雪夜
阅读(414)
评论(0)
推荐(0)
摘要:
TComponent类TComponent类直接由TPersistent派生。TComponent的独特特征是它的属性能够在设计期间通过ObjectInspector来控制,能够拥有其他组件。非可视组件也是从TComponent派生的,因此它们也继承了在设计期间可以被控制的能力。TComponent... 阅读全文
posted @ 2015-06-04 09:41
雪夜
阅读(655)
评论(0)
推荐(0)
摘要:
unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls, ExtCtrls;typeTForm1 = class(TForm... 阅读全文
posted @ 2015-06-04 09:40
雪夜
阅读(4105)
评论(0)
推荐(0)
浙公网安备 33010602011771号