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'''
- Display form first before doing anything on the form in formactivate:
procedure tform.formactivate(sender:object); begin blah blah blah form.update; blah blah blah end;
delphi7.txt · Last modified: by jwan
