Function TWPCustomRtfEdit.InputParagraph(Count:Integer) : TParagraph

Unit: WPCTRMemo
Class: WPCTRMemo.TWPCustomRtfEdit

Parameters

  • Count:Integer

Returns

The type of the result value is TParagraph.

Description

Insert one or multiple paragraphs at the current position and return it as result value. Please also see to create nested paragraphs.

Please note that you need to call Refresh or ReformatAll after having used InputParagraph!