Re: [fpc-pascal] Any chance to add the TStringBuilder to FCL?

2016-04-17 Thread Jürgen Hestermann
Am 2016-04-16 um 19:39 schrieb Dmitry Boyarintsev: > The problem is with using "unsigned" as an index (rather than zero- vs one- based arrays) > Take a while loop as an example, where index can change multiple times. > Current solution: > while i>=0 do > if cond then dec(i); > dec(i); > end;

[fpc-pascal] TMaskUtils.ValidateInput function: how is it supposed to behave?

2016-04-17 Thread Bart
Hi, I cannot find any documentation about TMaskUtils.ValidateInput function (unit MaskUtils). AFAICS Delphi does not have such a class? (ref: http://docwiki.embarcadero.com/Libraries/XE6/en/System.MaskUtils) There are some bugreports about this unit in Mantis which got me interested. See the