Hi All,
I was wondering if it is possible to make a dialog with custom buttons. For example:
Title := 'Save Invoice';
Caption:= 'Save invoice as: ';
Buttons := 'new invoice', 'overwrite current invoice', 'cancel'
I know that the easier way is to do this with a form, but I was wondering if this was possible.
Thanks in advance.
------------------------------------
There's no place like 127.0.0.1
------------------------------------
I was wondering if it is possible to make a dialog with custom buttons. For example:
Title := 'Save Invoice';
Caption:= 'Save invoice as: ';
Buttons := 'new invoice', 'overwrite current invoice', 'cancel'
I know that the easier way is to do this with a form, but I was wondering if this was possible.
Thanks in advance.
------------------------------------
There's no place like 127.0.0.1
------------------------------------