Binary.ViewFunction

Generates a view function that can be managed within a view created by Binary.View. The OnInvoke handler of Binary.View is utilized to establish a handler for the view function. Analogous to the handl...

Syntax

Binary.ViewFunction(function as function) as function

About

Generates a view function that can be managed within a view created by Binary.View. The OnInvoke handler of Binary.View is utilized to establish a handler for the view function. Analogous to the handlers for standard operations, if no OnInvoke handler is designated, or if it does not manage the view function, or if an error is triggered by the handler, the function is executed on the view.