OnConnectionLost
Posted: Mon 26 Sep 2011 13:26
Hi, in tMyConnection when I click on OnConnectionLost, in the source code,
TConnLostCause is underscore in red so probably a uses clause is missing,
witch one ?
Thanks
TConnLostCause is underscore in red so probably a uses clause is missing,
witch one ?
Code: Select all
procedure TDmGest.adGestConnectionLost(Sender: TObject; Component: TComponent;
ConnLostCause: TConnLostCause; var RetryMode: TRetryMode);
begin
end;