delphi7
- Links:
- Tricks
- If you want to have the new line or line break within the string, you don’t write it on two lines, but concatenate the two elements with the sLineBreak system constant (which is platform specific), as in:
'Marco' + sLineBreak + 'Cantu'''
delphi7.txt · Last modified: by 127.0.0.1
