getAllAvailableKeys Method

Summary

Retrieves all keys that are supported in the version of LEADVIEW.

Syntax
TypeScript
JavaScript
BindingManager.prototype.getAllAvailableKeys = function() 
getAllAvailableKeys(): string[]; 

Return Value

An array of strings pertaining to key values.

Remarks

The BindingManager.getAllAvailableKeys() method allows you to retrieve all bindable keys that exist in the version of LEADVIEW you are working with. These key values may change between versions.

All bindable keys adhere to a logical naming scheme, and will end according to the UI component it belongs too. For example, the AnnRectangleObject object selector's associated binding key is rectangleAnn. An object from the main menu (for instance, the Open From Url button) has a binding key of openUrlFileMenu.

For more information about key support, refer to isSupported().

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