Jump to content

where I can use Showmessage


Pink-El

Recommended Posts

Thank you, will try

Dmytro

Unfortunately it does not work. I call function with Showmessage from UniMainModule and as a result I can see windows message dialog

Example

procedure TUnimForm1.BSaveClick(Sender: TObject);

begin

UniMainModule.Test;

end;

procedure TUniMainModule.Test;

begin

  ShowMessage(‘Hello’);

end;

Dmytro

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...