
Declaration
function GetNameList(Element: Integer): OleVariant

Description
Returns the list of elements, of type Element, as a variant.

Parameters

Method Results
Variant containing the elements of type Element

Example
ElementVariant := PowaMasterObj.GetNameList(0)

See Also
•GetNameListAsText
