BBjHtmlViewDownloadEvent

Description

In BBj 20.30 and higher, this event is returned by BBjAPI().getLastEvent() when the program is executing callback code that the program has registered for the ON_HTMLVIEW_DOWNLOAD event.

Remarks

This event is triggered when a CHROMIUM_HTMLVIEW has downloaded a file to the client.

Methods of BBjHtmlViewDownloadEvent

Return Value

Method

String

getClientFileName()

long

getClientFileSize()

String

getSuggestedFileName()

Methods of BBjHtmlViewDownloadEvent inherited from BBjSysGuiEvent

Return Value Method
BBjControl getControl()

Methods of BBjHtmlViewDownloadEvent inherited from BBjEvent

Return Value Method
string getEventName()
string getEventString()

See Also

CALLBACK Verb - Register BBj Subroutine

BBjControl::setCallback

HtmlView Download Event