SDK:IWidgetDataPopup::GetIDNameByText

From Vectorworks Developer
Revision as of 14:20, 3 June 2008 by Root (talk | contribs) (New page: __TOC__ <vwDoc> ----------------------------------------------------------------------------------------------------------- <desc> Member of SDK:IWidgetDataPopup Search for item's 'i...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]]