Purpose |
Compiler directive to mark named blocks of generated PowerBASIC Forms™ code. | |
Syntax |
#PBFORMS named_block_marker | |
Remarks |
#PBFORMS metastatements are generated by the PowerBASIC Forms™ visual design tool, and placed automatically into the generated source code. #PBFORMS metastatements identify named blocks of code that have special meaning to both the compiler and the PowerBASIC Forms™ visual design tool. #PBFORMS metastatements should not be removed or utilized - they should only be created and positioned by PowerBASIC Forms™. For more information, please refer to the documentation supplied with PowerBASIC Forms™.
An example PowerBASIC Forms™ template and completed project can be found in the PB\SAMPLES\DDT\INTERFACE EXPLORER folder installed with PowerBASIC for Windows. | |
Example |
#PBFORMS CREATED #PBFORMS BEGIN INCLUDES |