Shows the default M-Files message box with the specified content and appearance.
String Type: The message to display. The message box contains a single OK button.
Object: Defines the message box content and buttons. See Showing Message Boxes for more details.
Visual Basic |
---|
Public Function ShowMessage( _ ByVal message As Variant _ ) As Long |
String Type: The message to display. The message box contains a single OK button.
Object: Defines the message box content and buttons. See Showing Message Boxes for more details.