TClrMessageBox.Show(String,String) Method
Displays a message box with specified text and caption.
public class function Show(Text: String; Caption: String): TDialogResult; overload; static;
Parameters
- Text
- Type: String
The text to display in the message box.
- Caption
- Type: String
The text to display in the title bar of the message box.