摘要:
private { Private declarations } FRow: Integer; procedure SetRow(const Value: Integer); public { Public declarations } property Row :... 阅读全文
posted @ 2015-11-06 15:23
王云盼
阅读(226)
评论(0)
推荐(0)
摘要:
Form1有一个button,当Form1.Create时触发Button的OnClick事件,OnClick事件调用Unit2单元中的函数;unit Unit2; interface uses FMX.Dialogs, FMX.StdCtrls;type TBClick = class p... 阅读全文
posted @ 2015-11-06 14:48
王云盼
阅读(231)
评论(0)
推荐(0)