Code Behind File

  • Code behind files are the files with *.sqlx extension.

  • Code behind files are used to separate application code with HTML.

  • Each Form Filearrow-up-right has a code behind file with the same name but with ".sqlx" extension.

  • Code behind files are automatically loaded and parsed just before the corresponding form file (frmx file) is parsed.

  • Mostly used to hold page specific variables and functions' definitions. For functions and variables related to business logic, please use Controller Filearrow-up-right.

Developer can;

Last updated

Was this helpful?