Muhammad Azizul Hakim
The HandleException method or DelphiVCL.Application.HandleException is used to provide default handling of exceptions for the application. If an exception passes through all the try blocks in the application code, the application automatically calls HandleException, which…… … Read more
3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app
0
Muhammad Azizul Hakim
ModalPopupMode or DelphiVCL.Application.ModalPopupMode property controls how the modal form behaves, with respect to Windows’ WS_POPUP style. Use ModalPopupMode to set the way modal forms behave, with respect to Windows’ WS_POPUP style. The Possible Values for…… … Read more
3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app
0
Muhammad Azizul Hakim
We can use the HelpCommand method or DelphiVCL.Application.HelpCommand to provide access to any of the Help commands in the application programming interface (API) of native Help handling functions HTMLHelp, WinHelp, or others. Use HelpCommand to…… … Read more
3 years ago in api references, Delphi, DelphiVCL, GuiProgramming, programming, Python, python gui, windows, windows app
0