Página inicial Delphi Função: Validar Números Inteiros - Códigos Delphi Função: Validar Números Inteiros - Códigos Delphi Autor: EcomRepair abril 12, 2016 0 Função: Validar Números Inteiros // Testa se o Número em uma Strig é Inteiro Código // No Evento KeyPress Digite... with Sender do if Key = #13 then begin SelectNext(Sender as tWinControl, True, True); Key := #0; end else KPressIntOnly(Key); Tags CódigosDelphi Facebook Twitter Whatsapp Mais recentes Antigos