Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
All Identifiers
no_auto_link_to_me |
ok_auto_link |
|
TMyClass |
ok_auto_link |
|
Var1 |
ok_auto_link |
- Test of auto-linking:
Self name is Var1 , simple ident is TMyClass, qualified ident is TMyClass.Field.
Ident that can't be auto-linked: no_auto_link_to_me. Explicit link to ident that can't be auto-linked: no_auto_link_to_me.
Note that auto-linking works also inside @code:
Self name is Var1 , simple ident is TMyClass, qualified ident is TMyClass.Field.
- Test of @noAutoLink:
Things below should not be converted to links:
Self name is Var1, simple ident is TMyClass, qualified ident is TMyClass.Field.
Ident that can't be auto-linked: no_auto_link_to_me. Explicit link to ident that can't be auto-linked: no_auto_link_to_me.
Simple ident once again TMyClass.
Inside @code:
Self name is Var1, simple ident is TMyClass, qualified ident is TMyClass.Field.
|
|