SDK:IWidgetDataPopup::Insert

From Vectorworks Developer
Jump to navigation Jump to search

.SDK|SDK ..SDK:Types|SDK Types ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference

Description

Member of SDK:IWidgetDataPopup

Insert an item <idName, text> pair in the list.

virtual void Insert(
size_t beforeIndex,
const TXString& idName,
const TXString& text) = 0;

Parameters

beforeIndex size_t Index of item before which the new one should be added.
idName const TXString& New item's pair idName.
text const TXString& New item's pari text.