SDK:IWidgetDataPopup::GetIDNameByText

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

Search for item's 'idName' by given 'text' inside the list of pairs <idName, text>.

virtual bool GetIDNameByText(
const TXString& text,
TXString& outIdName) = 0;

Parameters

text const TXString& The 'text' that is to be searched in the items list.
outIdName TXString& Output parameter. Returns the 'outIdName' of the found item.

Return Value

Return true if the item with specified 'text' is found; false -- if not found;

See Also

SDK:IWidgetDataPopup::GetTextByIDName

[[SDK:IWidgetDataPopup::GetTextByIDName]]