| ImageEn, unit iexRichEdit |
|
TIEParaAttributes.AssignTo
Declaration
procedure AssignTo(Dest: TPersistent);
Description
Assign the current paragraph attributes to another object. Dest can be a TParaAttributes or
TIEParaAttributes object.
Examples
// Copy paragraph attributes to another TIEParaAttributes
IERichEdit1.Paragraph.AssignTo(IERichEdit2.Paragraph);
// Copy paragraph attributes to a TRichEdit
IERichEdit1.Paragraph.AssignTo( RichEdit1.Paragraph );