Topic: Change Font in EditBox

Hello Dimitri

Did you find why it's impossible to modify font and color of a text in a TextBox by way of Object Inspector ou a script ?

This is my script :

procedure Affichage_Edit12_OnChange (Sender: string);
begin
   Affichage.Edit12.Font.Style := fsItalic;
   Affichage.Edit12.Font.Color := $00000033;
end;

Thanks for your help.

Yann Yvinec

Re: Change Font in EditBox

Hello,


Sorry, but no, in current version you can change only background of TextBox

Dmitry.