Jump to content

cleiver

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

cleiver's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. procedure TMainForm.UniFormShow(Sender: TObject); begin UniLabel1.Caption := '<html>' + '<head>' + ' <title>Menu Dropdown - Linha de Código</title>' + '</head>' + '<body>' + '<ul id="nav">' + ' <li><a href="#">Home</a></li>' + ' <li><a href="#">Sobre</a></li>' + ' <li><a href="#">O que Fazemos?</a>' + ' <ul>' + ' <li><a href="#">Web Design</a></li>' + ' <li><a href="#">Hospedagem</a></li>' + ' <li><a href="#">SEO</a></li>' + ' <li><a href="#">Sistemas</a></li>' + ' </ul>' + ' </li>' + ' <li><a href="#">Contato</a></li>' + ' </ul>' + '</body>' + '</html>'; end; How do I identify which option was selected in the code How do I identify which option was selected in the code
×
×
  • Create New...