Learn about delphivcl.Application.MessageBox
April 4, 2021
DelphiVCL.Application.MessageBox is used to display a specified message to the user.
Use MessageBox to display a generic dialog box containing a message and one or more buttons. The Caption parameter specifies the caption of the dialog box and is optional.
MessageBox is an encapsulation of the Windows API MessageBox function, which is described at…