web.service.template.TBind

TBind is available since version 1.0.

Prototype:

boolean TBind(string template_var_name, any concept_variable[, number template_context])

Parameters

template_var_name
the name of the template variable
concept_variable
the Concept variable to be linked to the template variable
template_context
the template context, as returned by NewTemplateContext

Description:

Bind a template variable to a concept variable.

Return value:

Returns true if the variable was successfully bound, or false, if the variable was already added.