Ver Mensaje Individual
  #8  
Antiguo 05-03-2008
rauros rauros is offline
Miembro
 
Registrado: feb 2008
Ubicación: Alicante - Sax / Sax - Alicante
Posts: 235
Reputación: 17
rauros Va por buen camino
Ahora necesito saber si existen 3 valores. He intentado con:

Código Delphi [-]
if registro.GetDataInfo('Left',Dword(true)) then begin
if registro.GetDataInfo('top',Dword(true)) then begin
if registro.GetDataInfo('WindowState',Dword(true)) then begin

Pero me da errores... ¿Como puedo hacerlo?
Responder Con Cita