Bonjour tlm,
J'aimerais bien savoir Comment utiliser ActiveMdiChild car dans mon appli, il me marque violation du code ... etc voila mon code
If titre.Text = '' then
begin
(ActiveMdiChild as TForm2).ouinon.Text := 'non';
end
else
begin
(ActiveMdiChild as TForm2).ouinon.Text := 'oui';
end;
Mais il me fou Violation du code ...
Merci a l'Avance
Programmeur1987