MUI Developer's Guide
MUI Interfaces | MUI Methods | MUI Types and Misc API

IMuiAlert

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.

Alert()

Syntax
Alert(PMoaChar message, PMoaChar title, TMuiAlertButtonType buttons, MoaLong defaultButton, TMuiAlertIcon icon )
Parameters
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-2008 Adobe Macromedia Software LLC, Inc.