Function JaExiste(PForm: TForm): Boolean;
var
i : Integer;
begin
Result := False;
for i:= 0 to Screen.FormCount - 1 do
begin
if Screen.Forms[i] = PForm then
begin
Result := True;
Break;
end;
end;
end;
{By
Nativo_Gyn
ufgnet@pop.com.br}
Assinar:
Postar comentários (Atom)
Nenhum comentário:
Postar um comentário