Beiträge von lourencodepaula

    Hi,

    How can I delete a TextObject?

    In version 4 I used:

    with txtDescription.TextObjects do
    begin
    ...
    Delete(List[i]);
    ...
    end;

    and in version 5, how can I do?

    I tried using the same method but it doesn't work..

    Thanks

    Lourenço de Paula