delphi - Change Rave Report datatext1 color -


I want to set a Rev. DataText color with Delphi

  if Edit1 Text = '0' then datatext1.color = green; // For example   

How can I do this?

Here you have a link to navorro, which is to set text fonts, colors, etc. In the report, "On the fly" report.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -