TestAddValueTableEntry
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
TestAddStringTableEntry(long handle, char[] value);TestAddStringTableEntry(long handle, char[] value, dword isDefaultIndex);TestAddValueTableEntry(long handle, double value);TestAddValueTableEntry(long handle, double value, dword isDefaultIndex);
Description
This functions adds a new value table entry.Parameters
- Handle: The handle of the dialog.
- Value: The value should be added to the dialog table.
- IsDefaultIndex: If isDefaultIndex = 0 this Entry will be set as default.