[fpc-pascal] NSTextStorage.paragraphs

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Tue Sep 27 10:26:21 CEST 2016


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<property> and a <property> set of functions, although I am not
sure. So something like this:

function paragraphs: NSArray; message 'paragraphs';

I am just wondering why it isn't added in the default bindings and how
to add it myself.

thanks,
-- 
Felipe Monteiro de Carvalho



More information about the fpc-pascal mailing list