1
11830
Unregistered / Unconfirmed
GUEST, unregistred user!
请问我在动态建立控件时使用的Application、Self和nil有什么区别
TempAQ_GetAllSum:=TADOQuery.Create(Application);
或
TempAQ_GetAllSum:=TADOQuery.Create(Self);
或
TempAQ_GetAllSum:=TADOQuery.Create(nil);
TempAQ_GetAllSum:=TADOQuery.Create(Application);
或
TempAQ_GetAllSum:=TADOQuery.Create(Self);
或
TempAQ_GetAllSum:=TADOQuery.Create(nil);