# File src/window.rb, line 166
  def messageBox(text, caption, type)
    @form.messageBox(text, caption, type)
  end