Prerequisites
Engine area
Delphi language support
Improvement description
Delphi 13 has added a new intrinsic routine called NameOf.
You can pass it any identifier, and it returns the "matching string representation".
They haven't documented it very well, and only say it's "matching the way the similarly named C# function works".
See
Rationale
Delphi 13 support.
Prerequisites
Engine area
Delphi language support
Improvement description
Delphi 13 has added a new intrinsic routine called
NameOf.You can pass it any identifier, and it returns the "matching string representation".
They haven't documented it very well, and only say it's "matching the way the similarly named C# function works".
See
Rationale
Delphi 13 support.