MUI Developer's Guide
MUI Interfaces | MUI Methods | MUI Types and Misc API
Interface ID: IID_IMuiAlert
Class ID: CLSID_MuiAlert
Pointer type: PIMuiAlert
Inheritance: IMoaUnknown
Header file: mui.h
Methods
-
- Alert()
Description
-
- Platform independent interface for displaying alert boxes,
provided by the Mui Xtra.
Syntax
- Alert(PIMuiAlert This,
- PMoaChar message,
PMoaChar title,
TMuiAlertButtonType buttons,
MoaLong defaultButton,
TMuiAlertIcon icon )
Parameters
-
This
- Pointer to the
IMuiAlert
interface
message
- String for alert message
title
- String for window title
buttons
- TMuiAlertButtonType value for the button combination to display
defaultButton
- Value to select the default button by position (1 for left-most,
etc.)
icon
- TMuiAlertIcon value
for the icon type
Returns
-
MoaError
Description
-
- Displays a platform-independent dialog box.
Copyright © 1995-2007 Adobe Macromedia Software LLC, Inc.