This function is used to hide a control, making it invisible to the end user. Additionally, the space occupied by the control will also be hidden.
Syntax:
HideControl(Control Name)
Control Name is the name of control to hide.
Example:
HideControl(TextBox1)