Procedure TParagraph.MoveChar(SourceIndex:Integer; Dest:TParagraph; DestIndex:Integer)
Unit: WPRTEDefs
Class: WPRTEDefs.TParagraph
Parameters
-
SourceIndex:Integer Dest:TParagraph DestIndex:Integer
Description
This procedure moves one character from this paragraph at the given position to the destination paragraph at the given position. The character is then deleted, if it is an object the object will be moved.Overloaded Methods
Procedure TParagraph.MoveChar(SourceIndex:Integer; Count:Integer; Dest:TParagraph; DestIndex:Integer) |