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()
Data Types
- ShortInt / Int8 / UInt8 (Byte)
- SmallInt / Int16 / UInt16 (Word)
- Integer / Int32 / UInt32 (Cardinal)
- Int64 / UInt64
- .ToString
- .ToBoolean
- .ToHexString
- Float
delphinotes.1718675717.txt.gz · Last modified: (external edit)
