Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void ShowMessageBox(String Msg) | |
| 2 | Int32 ShowMessageBox(String Text, String Caption, UInt32 uType) |
Overload 1: void ShowMessageBox(String Msg)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Msg | String |
Result: stored in self (calling object)
Overload 2: Int32 ShowMessageBox(String Text, String Caption, UInt32 uType)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Text | String | |
| 2 | Caption | String | |
| 3 | uType | UInt32 |
Returns: Int32