Difference between revisions of "TypeInfo.FullName"
From Xojo Documentation
(SMBot: new page by automated transformation) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
| owner=[[TypeInfo]] | | owner=[[TypeInfo]] | ||
| ownertype=class | | ownertype=class | ||
+ | | readonly=yes | ||
| scope=public | | scope=public | ||
| type=[[String]] | | type=[[String]] | ||
| platform=all | | platform=all | ||
}} | }} | ||
− | The full name of the item, including the module path. If two different classes in different modules have the same name, then the FullName property will differentiate them. It is a globally unique identifier for the datatype. | + | {{Description |
+ | |text = The full name of the item, including the module path. If two different classes in different modules have the same name, then the FullName property will differentiate them. It is a globally unique identifier for the datatype. }} |
Latest revision as of 15:10, 15 July 2020
Read-Only Property (As String )
The full name of the item, including the module path. If two different classes in different modules have the same name, then the FullName property will differentiate them. It is a globally unique identifier for the datatype.