Thema: Delphi font im memo?

Einzelnen Beitrag anzeigen

marabu

Registriert seit: 6. Apr 2005
10.109 Beiträge
 
#5

Re: font im memo?

  Alt 9. Feb 2006, 08:12
Hallo Leute - besser so:

Delphi-Quellcode:
with FontDialog do
begin
  Font.Assign(Memo.Font);
  if Execute then
    Memo.Font.Assign(Font);
end;
Grüße vom marabu
  Mit Zitat antworten Zitat