SDK:IWidgetDataPopup::Add

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

Add new item <idName, text> pair into the list.

virtual void Add(
const TXString& idName,
const TXString& text) = 0;

Parameters

idName const TXString& The idName of the new item pair.
text const TXString& The text for the new item pair.