Fórum Receber somente iens da lista do ComboBox #154338
11/04/2003
0
Obrigado.
Inutaishou
Curtir tópico
+ 0Posts
12/04/2003
Bon Jovi
procedure TForm1.VerificaCombo;
begin
if ComboBox1.Items.IndexOf(ComboBox1.Text) < 0 then
begin
ComboBox1.SetFocus;
raise Exception.Create(´Valor nao está na combo´);
end;
end;
Gostei + 0
12/04/2003
Adilsond
Gostei + 0
12/04/2003
Bon Jovi
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)