Ver Mensaje Individual
  #1  
Antiguo 17-03-2009
Gattaca Gattaca is offline
Miembro
 
Registrado: feb 2009
Posts: 31
Reputación: 0
Gattaca Va por buen camino
Question Problema con ListBox.Selected

Hola a todos.

Veran tengo este problema con Delphi, en una list box:
Código Delphi [-]
 procedure TForm1.Button3Click(Sender: TObject);
begin
if lstTibiaClients.Selected = 0 then
begin
  webbrowser1.Navigate('http://tibiaclient.com/ux.php?file=tibia701.exe')
end;
end;

Me da error al tratar de ejecutarlo, y el error es el siguiente:

Código Delphi [-]
[Error] Unit1.pas(198): '(' expected but '=' found

Aver quien me ayuda ? :S
Responder Con Cita