nsISupports
Last changed in Gecko 1.7 PRInt32 GetInt( in PRInt32 inIndex ); |
wstring GetString( in PRInt32 inIndex ); |
void SetInt( in PRInt32 inIndex, in PRInt32 inInt ); |
void SetNumberStrings( in PRInt32 inNumStrings ); |
void SetString( in PRInt32 inIndex, in wstring inString); |
Attribute | Type | Description |
objects |
|
A place where you can store an nsIMutableArray to pass nsISupports . |
Get a previously set integer.
PRInt32 GetInt( in PRInt32 inIndex );
inIndex
The previously set integer, or 0 if no integer has been previously set at that index.
Get a previously set string.
wstring GetString( in PRInt32 inIndex );
inIndex
The string at the given index, or the empty string if no string has previously been set at that index.
void SetInt( in PRInt32 inIndex, in PRInt32 inInt );
inIndex
inInt
Set the maximum number of strings to pass. Default is 16. Use before setting any string (if you want to change it from the default). This method can only be called once.
void SetNumberStrings( in PRInt32 inNumStrings );
inNumStrings
void SetString( in PRInt32 inIndex, in wstring inString );
inIndex
inString