We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible new tip from extra/Topelina Tips.odt
extra/Topelina Tips.odt
Show the mainform as a dialog with a mainmenu.
If you want to show your mainform as a dialog (setting BorderStyle := bsDialog) and don't want to miss your main menu...
BorderStyle := bsDialog
procedure TMain.FormCreate(Sender: TObject); begin //... Windows.SetMenu(Handle, MainMenu1.Handle); end;
Contributed by: topellina riccardo.faiella@alice.it
The text was updated successfully, but these errors were encountered:
delphidabbler
No branches or pull requests
Possible new tip from
extra/Topelina Tips.odt
MainFormAsDialog
Show the mainform as a dialog with a mainmenu.
If you want to show your mainform as a dialog (setting
BorderStyle := bsDialog
) and don't want to miss your main menu...The text was updated successfully, but these errors were encountered: