isSupported Method

Summary

Checks whether a key is supported in the LEADVIEW version being run.

Syntax
TypeScript
JavaScript
BindingManager.prototype.isSupported = function( 
   key 
) 
isSupported( 
   key: string 
): boolean; 

Parameters

key

Binding key to check.

Return Value

A boolean value indicating whether the key is supported.

Remarks

The isSupported method will check and see whether a key is supported in the version of LEADVIEW that you are running. Any string value can be added to the manager via add, but a key is only considered supported if it is consumed by an internal LEADVIEW component.

Example

For an example, refer to BindingManager.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.LEADVIEW Assembly