|

End


(number) The ending of the range.


Note: This must be a value greater than 0 and less than 65534.


image

Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

StatusDlg.SetStatusText

OverviewExamples

StatusDlg.SetStatusText ( string Text )


De s cr ip t ion


Sets the status text on the built-in status dialog. This is the text that appears right above the status meter.


P arame t er s


Text


(string) The status text to display.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

StatusDlg.SetTitle

OverviewExamples

StatusDlg.SetTitle ( string Text )


De s cr ip t ion


Sets the title bar text on the built-in status dialog.


P arame t er s


Text


(string) The title bar text to display.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

StatusDlg.Show

OverviewExamples

StatusDlg.Show ( number Icon = 0,


boolean Cancelled = false )


De s cr ip t ion


Displays the built-in status dialog.


P arame t er s


Icon


(number) The icon to display on the dialog:



CONSTANT


VALUE DESCRIPTION


MB_ICONNONE


0


None. (Default)


MB_ICONSTOP


16


Stop.


MB_ICONQUESTION


32


Question.


MB_ICONEXCLAMATION


48


Exclamation.


MB_ICONINFORMATION 64 Information.


image

|