S
shuaixin0311
Unregistered / Unconfirmed
GUEST, unregistred user!
请问各位大侠:
我在此书的376-377页中对里面的
destructor TmtsEmployeeCoordinator.Destroy;
begin
inherited;
FDataModule.Free;
end;
procedure TmtsEmployeeCoordinator.Initialize;
begin
inherited;
FDataModule:=TFDataModule.Create(Forms.Application);
1. inherited;//是什么意义?
2.Forms.Application:没有定义
3 那么Create()里的参数又应该是什么呢?
还有在380页中:
SIDSID
没有定义?
那PSID又是指?是哪个指针变量?
我在此书的376-377页中对里面的
destructor TmtsEmployeeCoordinator.Destroy;
begin
inherited;
FDataModule.Free;
end;
procedure TmtsEmployeeCoordinator.Initialize;
begin
inherited;
FDataModule:=TFDataModule.Create(Forms.Application);
1. inherited;//是什么意义?
2.Forms.Application:没有定义
3 那么Create()里的参数又应该是什么呢?
还有在380页中:
SIDSID
没有定义?
那PSID又是指?是哪个指针变量?