Ver Mensaje Individual
  #5  
Antiguo 26-04-2010
cloayza cloayza is offline
Miembro
 
Registrado: may 2003
Ubicación: San Pedro de la Paz, Chile
Posts: 948
Reputación: 25
cloayza Tiene un aura espectacularcloayza Tiene un aura espectacular
Prueba esto...

Código Delphi [-]
if(Node.HasChildren) then
    Area := Node.Text;
if(not Node.HasChildren) then
begin
       If (Node.Parent<>NIL) Then
              Area := Node.Parent.Text;

        Oficina := Node.Text;

Saludos
Responder Con Cita