Unit ok_linksUses Types Constants Variables DescriptionTest various things with links.
Link to proc inside this unit : MyProc, and a qualified link to the same thing : ok_links.MyProc. Link to proc inside other unit: ok_links_2.MyOtherProc, link to proc inside other unit that has the same name as proc in this unit: ok_links_2.MyProc. Link to method in class in this unit: TSomeClass.MyMethod, and a more qualified link to the same thing : ok_links.TSomeClass.MyMethod. Link to method in class in second unit: TSomeOtherClass.MyMethod, link to method in class in second unit that has the same name as class in this unit: ok_links_2.TSomeClass.MyMethod. Link to this unit : ok_links, to other unit : ok_links_2. OverviewClasses, Interfaces, Objects and Records
Functions and Procedures
DescriptionFunctions and Procedures
|