L
lijun175165721
Unregistered / Unconfirmed
GUEST, unregistred user!
function TCustomProvider.ApplyUpdates(Const Delta: OleVariant;
MaxErrors: Integer;
out ErrorCount: Integer): OleVariant;
var
OwnerData: OleVariant;
begin
Result := ApplyUpdates(Delta, MaxErrors, ErrorCount, OwnerData);
end;
此函数的几个参数怎以理解呀!以及跟function TCustomClientDataSet.ApplyUpdates(MaxErrors: Integer): Integer函数的区别?
请高手指点!!!
MaxErrors: Integer;
out ErrorCount: Integer): OleVariant;
var
OwnerData: OleVariant;
begin
Result := ApplyUpdates(Delta, MaxErrors, ErrorCount, OwnerData);
end;
此函数的几个参数怎以理解呀!以及跟function TCustomClientDataSet.ApplyUpdates(MaxErrors: Integer): Integer函数的区别?
请高手指点!!!