Hello.
I'm total newbie in plugin writing. But I want to make simple plugin by myself. And I have problem with one simple thing. How can I wrote text in many line in message? I tried #13#10 and #10 chars but it display it and do not help. Please give me some example in Delphi language. Thanks in advice.
Multiple lines in Message (Delphi source code).
- t-rex
- Страшный и ужасный
- Posts: 4903
- Joined: Tue 15 Mar, 2005 16:17
- Location: Tel-Aviv
- Has thanked: 1 time
- Been thanked: 3 times
- Contact:
Re: Multiple lines in Message (Delphi source code).
http://farmanager.com/websvn/filedetail ... oWorld.pas
look in the end of the file
look in the end of the file
- t-rex
- Страшный и ужасный
- Posts: 4903
- Joined: Tue 15 Mar, 2005 16:17
- Location: Tel-Aviv
- Has thanked: 1 time
- Been thanked: 3 times
- Contact:
Re: Multiple lines in Message (Delphi source code).
the example is for an older far version, but the idea is the same
Re: Multiple lines in Message (Delphi source code).
@t-rex: Thank you for reply and example
It help me a lot. Now all works fine.
