User Tools

Site Tools


delphinotes

This is an old revision of the document!


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()


dot Notation

  • .ToString
  • .ToBoolean
  • .ToHexString
  • .ToSingle
  • .ToDouble
  • .ToExtended
  • Integer Type can also do:
    • .Size
    • .Parse
    • .TryParse
  • Ordinal Type can also do:
    • .Dec
    • .Inc
    • .Odd
    • .Pred
    • .Succ
    • .Ord
    • .Low
    • .High
delphinotes.1718673963.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki