GetNameList Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

Navigation:  Additional Resources > OLE/COM Automation > Methods > Edit >

GetNameList Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

function GetNameList(Element: Integer): OleVariant

Section

Description

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

Section

Parameters

Parameter

Usage

Element

Element Type

Section

Method Results

Variant containing the elements of type Element

Section

Example

ElementVariant := PowaMasterObj.GetNameList(0)

Section

See Also

GetNameListAsText

Section