Home End User

Borders

edited September 2013 in End User
Hi,

In the Calc Tab, how can I assign values to Borders (BorderPositions: bpTop,
bpRight, bpLeft, bpBottom) of any object.

Some samples about font styles are found but none about borders.

Thanks.

Comments

  • edited October 2013
    Hi Humberto,

    In RAP, we added some simple helper properties to control the borders.

    If for instance you would like to enable the left border you would
    simply set Border.Left := True;

    A list of the helper properties are below. They are all boolean types.

    TppBorder.Left
    TppBorder.Top
    TppBorder.Right
    TppBorder.Bottom
    TppBorder.All
    TppBorder.None

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.