
                     TMMsgDlg Component Ver1.0 - 05/16/97
                         (c) 1997 - Grol Dirikgil
                     ====================================

This component is Postcardware.

Address: Kukurtlu Mh. Cayir Sk. Geylani Ap.
         K:2 Da:4             Bursa/TURKIYE

Source code is free, on request.
For Suggestion and Comments mitra@turk.net


WARNING! THE CODE IS PROVIDED AS IS WITH NO GUARANTEES OF ANY KIND!
USE THIS AT YOUR OWN RISK - YOU ARE THE ONLY PERSON RESPONSIBLE FOR
ANY DAMAGE THIS CODE MAY CAUSE - YOU HAVE BEEN WARNED!


Methods
-------
    function Execute : Word;
    function ExecuteWithParams(ewp_FrmMsg, ewp_FrmCaption : String;
                               ewp_ActiveButtons : TActiveButtons;
                               ewp_MsgDlgType : TMsgDlgType;
                               ewp_DefaultButton : TActiveButton) : word;

Propertys
----------
    property About;
       About Box...

    property ButtonFont;
    property TextFont;
       Button and Message text fonts.

    property ActiveButtons;
       Active Buttons.
       (abYes, abNo, abOK, abCancel, abAbort, abRetry,abIgnore, abAll, abHelp);

    property ButtonCaptions;
       Button Captions.
       (bcYes, bcNo, bcOK, bcCancel, bcAbort, bcRetry, bcIgnore, bcAll, bcHelp);

    property DialogTop;
       Dialog Top;

    property
       Dialog Left;

    property LineSeperator;
       Line seperator character for multi line messages.

    property MsgDlgType;
       Message Dialog Type.
       (dtWarning, dtError, dtInformation, dtConfirmation, dtCustom);

    property DefaultButton;
       Default Button.

    property Text;
       Message Text.

    property FormCaption;
       Form Caption.
       Active in dtCustom forms.
