can overrule messagedlg calls tradition tform/dialog?
i have controlling formula identical this
messagedlg('', mtwarning, [mbok], 0);
throughout project, (thanks gexperts summary dialog apparatus :) ) i wondering anyone knows proceed overrule arrangement possess tradition form.
the wholly proceed i cruise the new form something like
function messagedlg(const msg: string; dlgtype: tmsgdlgtype;
buttons: tmsgdlgbuttons; helpctx: longint): integer;
begin
//show possess formula here
end;
and put any uses lists before dialogs section nonetheless there guaranteed proceed certain uses formula dialogs section code.
i don't thought duplicating dialogs section internal dir origination changes it.
or many work should i only possess duty reinstate messagedlg own. (which fun, ive prob used messagedlg too much)
Comments
Post a Comment