Language Reference Guide : 4. System Classes : SessionObject Class : CheckFeature Method
 
Share this page                  
CheckFeature Method
The CheckFeature method checks at what level a specified feature is supported.
This method has the following syntax:
integer = sessionobject.CheckFeature(feature = integer);
This method has the following parameter:
feature
Specifies the feature
Currently, the ability to copy table fields into the system clipboard is the only feature for which you can check. The code for this feature is FN_COPYTOCLIPBOARD.