hideElements( id1, id2, id3, etc... )

hideElements( id1, id2, id3, etc... )

This function hides many display or input elements on the screen with one call.

Parameters:

  • id1 – element identifier to hide or an object reference

  • [id2, id3, etc…] – identifer2, identifer3, etc…

Example

hideElements("TextBox1", "OutputField1", "OutputField2");