registered_return_template_registration_.htm
Navigation: Templates > Template Language Reference > Built-in Template Procedures >====== REGISTERED (return template registration) ====== | |
REGISTERED( template )
REGISTERED | Returns TRUE if the template is available for use. |
template | A string constant containing the name of the #PROCEDURE, #CONTROL, #EXTENSION, #CODE, or #GROUP whose availability is in question. |
The REGISTERED procedure returns true ('1') if the template is available for use, at design-time only. If the template is not available for use, REGISTERED returns false ('').
Return Data Type: LONG
Example:
#IF(NOT REGISTERED('BrowseBox(Clarion)'))
#ERROR('BrowseBox not registered')
#ENDIF
registered_return_template_registration_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1