Name Property

 

Description

 

Indicates the name of the object. Sets or returns a String value.

 

PowerBASIC Syntax

 

PROPERTY GET Name () AS WSTRING

PROPERTY SET Name (BYVAL newVal AS WSTRING)

 

Parameter (SET Name only)

 

newVal

BSTR value that contains the name of the object.

 

Return Value (GET Name only)

 

BSTR. The name of the object.

 

Remarks

 

Names do not have to be unique within a collection.

 

The Name property is read/write on Table objects.

 

Default value is an empty string ("").

 

Note For tables, this property is read-only for Table objects already appended to a collection.

 

Valid XHTML 1.0 Transitional