Re: [fpc-pascal] String message methods and the self parameter

2018-01-07 Thread Ewald
On 06/01/18 17:35, Sven Barth via fpc-pascal wrote: > Judging from the implementation inside the RTL I'd say that this is a > bug in the documentation. String message methods work like ordinal > ones and take only one parameter. Yes, that is what it seems like. So once upon a time this feature

Re: [fpc-pascal] String message methods and the self parameter

2018-01-06 Thread Sven Barth via fpc-pascal
Am 06.01.2018 17:25 schrieb "Ewald" : Hi, When reading https://www.freepascal.org/docs-html/ref/refsu31.html# x82-1040006.5.7 I stumbled on the following text at the bottom of the page: "In addition to this mechanism, a string message method accepts a self parameter:

[fpc-pascal] String message methods and the self parameter

2018-01-06 Thread Ewald
Hi, When reading https://www.freepascal.org/docs-html/ref/refsu31.html#x82-1040006.5.7 I stumbled on the following text at the bottom of the page: "In addition to this mechanism, a string message method accepts a self parameter: Procedure StrMsgHandler(Data: Pointer;