User Tools

Site Tools


registered_return_template_registration_.htm
Navigation:  Templates > Template Language Reference > Built-in Template Procedures >====== REGISTERED (return template registration) C6H0068.jpg ====== Previous pageReturn to chapter overviewNext page

REGISTERED( template )

blk2blue.jpg

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

Built-In Template Procedures

registered_return_template_registration_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1