Página inicial Delphi Função: Validar URLs - Códigos Delphi Função: Validar URLs - Códigos Delphi Autor: EcomRepair abril 12, 20160 Min. de Leitura 0 Função: Validar URLs // Testa se a URL é Válida ou Não Código function IsURL(const s: string): Boolean; begin Result := Pos('://', s) > 0; {http, ftp, mailto, etc...) end; Aponte a Câmera no QR Code ☯️Gerar QRCode ❌Error! Seu QRCode Não Carregou. Verifique o Campo e Tente Novamente!! Tags CódigosDelphi Facebook Twitter Whatsapp Mais recentes Antigos