====== DELPHI NOTES ====== ---- **Resource String** A constant assigned as type //resourcestring// is stored in the resources of the program, in a string table, and can be edited using a resource editor. Best for use on localizing string like difference language. ---- **//show()// Function** Memo type display replacing //showmessage()// ---- **[[delphidatatypes|Data Types]]** ---- [[delphiformscaling|From Scaling]] ----