WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.
@mozilla.org/embedcomp/dialogparam;1
This component implements the following interfaces:
Properties
nsIMutableArray nsIDialogParamBlock.objects
A place where you can store an nsIMutableArray to pass nsISupports
Methods
| Interface | Method |
|---|---|
| nsIDialogParamBlock |
PRInt32 GetInt ( PRInt32 inIndex )
|
| nsIDialogParamBlock |
PRUnichar* GetString ( PRInt32 inIndex )
|
| nsIDialogParamBlock |
void SetInt ( PRInt32 inIndex , PRInt32 inInt )
|
| nsIDialogParamBlock |
void SetNumberStrings ( PRInt32 inNumStrings )
|
| nsIDialogParamBlock |
void SetString ( PRInt32 inIndex , PRUnichar* inString )
|
Reference documentation is generated from Mozilla's source.
