SendToBack
The SendToBack function sends the field to the back layer of the view.
Syntax :
SendToBack(field,[BringToFront]=False)
Parameters | Description |
---|---|
field | Required field, that has to be sent in the back. |
[BringToFront]=False | By Default , the field which is sent at the back, will be false to be sent in the front. |
Example :
SendToBack(btnReload)