Name

<< Click to Display Table of Contents >>

 

Name

Text Identifies an object in an application. This property cannot be changed while this object is active. When changing this property, users must change all properties or scripts that use this object. It is not advisable to change this property at run time.

The following characters are reserved and automatically replaced by the underscore character (_):

Any character with an ASCII code less than 32 and the character with ASCII code 127 (DEL)

Brackets ([ and ]), when used in expressions

Backslash (\), which is used on paths of resources

Colon (:), which is used on paths of Remote Domains and databases

Quotation marks ("), which are used to delimit Strings in expressions

Question mark (?), which is used to delimit options in the SplitLink property and in ShowScreen and OpenScreen methods of a Splitter, in addition to a Screen's OnPreShow event

 

All other characters can be used, but they must be delimited by brackets when used in a path on the following cases:

Contains any character that is not a letter (a-z | A-Z) when used as the first character of that path

Contains any character that is not a letter (a-z | A-Z), a number (0-9), or an underscore (_) when used after the first character of that path

Was this page useful?