Home General

Justifying text in a ppDBRichText

edited June 2001 in General
How can I justify text in a ppDBRichText ?


Alex D.M.

Comments

  • edited June 2001
    From the help file:


    At run-time you can programmatically edit and manipulate the formatted text
    by using the Paragraph, SelAttributes, SelStart, SelLength, and SelText
    properties and the ClearSelection, FindText, and SelectAll methods. These
    are the same properties and methods associated with Delphi's TRichEdit
    control.


    You should be able to use the paragraph property to change the text
    alingment (TParaAttributes.Alignment).


    Cheers,

    Jim Bennett
    Digital Metaphors


    "Alexandre Dur?n Mertens - Departamento Desarrollo - Computer Soft, S.A."
This discussion has been closed.