Description: | Inserts a character string contained in the first parameter at the position contained in the second parameter. | |
Used in controls: | ComboBox | ListBox |
Used in objects: | None. | |
Parameters: | 1. VT_BSTR - TextStringX(8192) | |
Description of Parameters: | TextString: Contains the string to insert to the list. Index: The index position at which the string is inserted. | |
Return value: | VT_I4 - ReturnValueS9(9) COMP-5 If positive, this is the index of the inserted item. | |
Example: | INVOKE CmCombo1 "InsertString" USING TextString Index RETURNING ReturnValue | |
Backward compatibility | None. |