G
g622
Unregistered / Unconfirmed
GUEST, unregistred user!
cstyle:=$FFFFFFFE;
wordapp.ActiveDocument.Range(EmptyParam,EmptyParam).Set_Style(cstyle);
wordapp.ActiveDocument.Range(EmptyParam,EmptyParam).InsertAfter(edit1.text);
wordapp.ActiveDocument.Range(EmptyParam,EmptyParam).InsertParagraphAfter;
wordapp.ActiveDocument.Range(EmptyParam,EmptyParam).Set_Style(cstyle);
wordapp.ActiveDocument.Range(EmptyParam,EmptyParam).InsertAfter(edit1.text);
wordapp.ActiveDocument.Range(EmptyParam,EmptyParam).InsertParagraphAfter;