Property TParagraph.CustomObjects[index] : TObject

Unit: WPRTEDefs
Class: WPRTEDefs.TParagraph

Description

Here you can add objects which you want to attach to a paragraph. They are handled as pointers and will be neither freed or copied when a paragraph is duplicated. You need to use a fixed index value which is known by your program. Choose a small index value to avoid large memory use. i.e. the WPTools SyntaxHighlighting tool uses index 0.