TConnectDialog - GetServerList AccessViolation !!
Posted: Thu 29 May 2008 11:27
Version 6.50.0.34
The following procedure cause an access violation
procedure TForm3.Button1Click(Sender: TObject);
begin
FConnectDialog := TConnectDialog.Create(Self);
FConnectDialog.GetServerList(ComboBox1.Items);
end;
Bye
The following procedure cause an access violation
procedure TForm3.Button1Click(Sender: TObject);
begin
FConnectDialog := TConnectDialog.Create(Self);
FConnectDialog.GetServerList(ComboBox1.Items);
end;
Bye