Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Suppress border of a region

edited January 2004 in General
Hi all

Is it possible to suppress the border of a region?
I am using a region to keep some controls attached to a above memo field
(which is of variable length)
With the region I have the desired positioning but my customer doesn't
like the border..

Thanks in advance

Bye
Nicola

Comments

  • edited January 2004
    Hi Nicola,

    You need to change the TppRegion.Pen.Style to psClear. This will remove the
    border around the region. This is a published property so it can be changed
    in the Delphi Object Inspector.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited January 2004
    Hi Nico

    I forgot to mention that this is an end-user app!
    I looked for a similar property in the design editor but I didn't find
    anything!

  • edited January 2004
    Hi Nicola,

    Sorry about that. In the designer select the View | ToolBars | Draw menu
    option from the main menu if it is not already checked. This will show the
    draw toolbar at the top. Then drop down the "Line Color" (this button looks
    like a paint brush) selector and choose "No Line". This should give you the
    effect you are after.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited January 2004
    Yes it works!
    Thank you Nico
    Your (your and your collegues) support is always of great help

This discussion has been closed.