IBindingMaskEdit.InputTemplate

Syntax

InputTemplate: String;

Description

The InputTemplate property determines the INPUTTEMPLATE parameter value in binding string.

Comments

The INPUTTEMPLATE parameter determines input template. The template can contain any text, the data input positions are also determined in the template using the _ character.

The InputTemplate property is available if the InputTemplateDefined property is set to True. If the InputTemplate property is changed, the InputTemplateDefined property is automatically set to True.

Example

The example of use given in description of the AutoSelect property.

See also:

IBindingMaskEdit