pascalSCADA OPM: HMIKeyboardManager

Pascal SCADA OPM

Unit HMIKeyboardManager

Uses
Functions and Procedures
Constants
Variables

Description

 

Overview

Classes, Interfaces, Objects and Records

Name Description
Class THMIKeyboardManager  

Types

TOnScreenKeyboard = (...);
TNumericScreenKeyboardOption = (...);
TNumericScreenKeyboardOptions = set of TNumericScreenKeyboardOption;
TAlphaNumericScreenKeyBoardOption = (...);
TAlphaNumericScreenKeyBoardOptions = set of TAlphaNumericScreenKeyBoardOption;
THMIFocusChangeEvent = procedure(FocusedControl:TControl; var KeyboarTypeForControl:TOnScreenKeyboard; var NumericKBOptions:TNumericScreenKeyboardOptions; var AlphaNumKBOptions:TAlphaNumericScreenKeyBoardOptions; var ShowKeyboardNow:Boolean) of object;

Description

Types

TOnScreenKeyboard = (...);
 
Values
  • oskNone
  • oskNumeric
  • oskAlphaNumeric
TNumericScreenKeyboardOption = (...);
 
Values
  • nskoShowMinus
  • nskoShowDecimalPoint
TNumericScreenKeyboardOptions = set of TNumericScreenKeyboardOption;
 
TAlphaNumericScreenKeyBoardOption = (...);
 
Values
  • askoShowFxxKeys
  • askoShowTab
  • askoShowCaps
  • askoShowShift
  • askoShowCtrl
  • askoShowAlt
  • askoShowSymbols
  • askoShowNumbers
  • askoShowFastNavigation
  • askoShowNavigation
  • askoCloseOnPressEnter
TAlphaNumericScreenKeyBoardOptions = set of TAlphaNumericScreenKeyBoardOption;
 
THMIFocusChangeEvent = procedure(FocusedControl:TControl; var KeyboarTypeForControl:TOnScreenKeyboard; var NumericKBOptions:TNumericScreenKeyboardOptions; var AlphaNumKBOptions:TAlphaNumericScreenKeyBoardOptions; var ShowKeyboardNow:Boolean) of object;
 

Generated by PasDoc 0.14.0.