Help with TfrxMemoView

I have two TfrxMemoView.
How do I send the second to the front of the first? without appearing the first.
The second should overwrite the first.
Something like how transparent = False.

Comments

  • gpigpi
    edited 6:55AM
    Try to use TfrxMemoView.Color = clWhite for front memo
  • edited 6:55AM
    gpi wrote: »
    Try to use TfrxMemoView.Color = clWhite for front memo

    That's it.
    However, they are dynamic tags configured, and margins can occur overlapping another memo. But I believe that is the best solution.
    Thanks.

Leave a Comment