GetNameListAsText Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

GetNameListAsText Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

function GetNameListAsText(Element: Integer): WideString

Section

Description

Returns the list of elements, of type Element, as text list.

Section

Parameters

Parameter

Usage

Element

Element Type

Section

Method Results

String of elements

Section

Example

ElementList := PowaMasterObj.GetNameListAsText(0)

Section

See Also

GetNameList

Section