SDK:IWidgetDataPopup::GetAt: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
(New page: __TOC__ <vwDoc> ----------------------------------------------------------------------------------------------------------- <desc> Member of SDK:IWidgetDataPopup Return item <idName,...)
 
m (1 revision)
 
(No difference)

Latest revision as of 14:17, 12 August 2013

.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

Return item <idName, text> pair at specified index in the list.

virtual bool GetAt(
size_t index,
TXString& outIdName,
TXString& outText) const = 0;

Parameters

index size_t Item zero based index.
outIdName TXString& Output parameter. Return the pair idName.
outText TXString& Output parameter. Return the pair text.

Return Value

Return true if the item was found. False if not found meaning that the index is incorrect.