CAPL Functions » Test Feature Set » TestCreateStringInputTable, TestCreateValueInputTable
TestCreateStringInputTable, TestCreateValueInputTable
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
TestCreateStringInputTable(char text[], char caption[], char info[]);TestCreateValueInputTable(char text[], cahr caption[], char info[]);
Description
This function creates a selection dialog. To add a value table entry, use the commandTestAddValueTableEntry or TestAddStringTableEntry. After all entries are added the dialog can be opened by the command TestWaitForInput.
Parameters
- Text: Text to be displayed in the entry dialog
- Caption: The title of the dialog.
- Info: Further information to be shown.