Name Property |
Description
Indicates the name of the object. Sets or returns a String value.
PowerBASIC Syntax
Parameter (SET Name only)
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.
|