Navigation:  ABC Library Reference > EditMultiSelectClass > EditMultiSelectClass Methods >====== SerializeValue (process selected items into use variable) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

SerializeValue, VIRTUAL

blk2blue.jpg

The SerializeValue virtual method assembles (concatenates) any selected values (separated by the value of the Delimiter property) and assigns the result to the target EIP column's USE variable (UseVar).

Implementation:

The SerializeValue method is called after completing the MultiSelect dialog window from within the TakeEvent method of the EditMultiSelectClass.

See Also:     EditClass.UseVar, Delimiter, Selected