• >1. When quitting my app or closing a doc, I would like to ask the user if
    >they want to save, but only if changes have been made.

    In Form.OnCloseQuery ud a

    CanClose := WPRichText.CanClose;

    >2. How do I suppress the file save dialog when the user clicks the "save"
    >tool? ie: I want to "save", and don't want to "save as".

    You can use your own button or you trap the ToolBar.IconSelection
    event. See the code in WPRich.PAS which is usually executed for this
    event: OnToolBarIconSelection