I don’t know where that’s declared and I can’t find it in NSTextStorage.h for
the 10.12 SDK even. Confusing...
it should be:
function paragraphs: NSArray; message 'paragraphs’;
like you said because it’s “copy” there is no setter but if there were it would
be:
procedure setParagraphs (value:
Hello,
https://developer.apple.com/reference/appkit/nstextstorage/1525943-paragraphs?language=objc
It seams to be a simple NSArray, or isn't it?
But is a property. I guess that every property can be mapped to a
set and a set of functions, although I am not
sure. So something like this:
functio