Jump to content

How to remove or modify form's close button hint?


aristeo

Recommended Posts

Hi,

 

One possible solution:

function window.beforeInit(sender, config)
{
    config.closeToolText = "Close?!"
    //config.closeToolText = null; //remove
}

Best regards,

 

Yes, this works OK. I assign this event in every TUniForm in the OnNewComponent (when the classtype of AComponent parameter is TUniForm) of TUniMainModule

 

Thank you very much

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...