VariableTypes

Previous chapterNext chapter Show allShow all    Hide allHide all

The control can work with word, byte, doubleword and float variables. You will find a list of the possible datatypes in the general description of this method.

short CCD_SliderCtrlCtrl::VariableTypes()

{

return 0x0001 | // Word

0x0002 | // Byte

0x0008 | // D-Word

0x0010 | // Float

0x0020; // D-Float

}