Name - property of the PmaObject object
Description:
Returns the object name (without the path)
Note:
Property access for
read only.
The object name is entered in the
Pma object tree when this object is being created.
The object can be renamed the following way: click by the right mouse button on the object in the
Pma object tree, then the context menu is opened and then select the "
Rename" item.
The name represents the identifier. The maximum name length is 30 characters. This is a system name, so it must contain only alphanumeric and must not contain any diacritics (i.e. national dependent characters), empty string, spaces and first character must not be a number.
For
Pmg object the
PmgObject.Name property can be used for the same purpose.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var sName = oObject.Name;
Dim sName
sName = oObject.Name