Hello, I have a RichText that I made the insertion of the text via programming, however there are some parts of this text that I bring from the bank, I need these specific fields to be bold inside RichText.
Following is an example of the code.
Texto1.RichText:='A Diretora da Escola teste no uso de suas atribuições e tendo em vista a conclusão do '
+ 'Periodo I'+ ' do Curso ' + pipMestre['NOME_CURSO']
+ ', Eixo Tecnológico ' + reconhecimento.FieldByName('eixo')
+ ', confere o Título de ' + 'a';
You would need the FieldByName to be in bold.
Thank you for your attention.