You are here: Symbol Reference > htmledit Namespace > Classes > THtmlEditor Class > THtmlEditor Methods > THtmlEditor.AddTextElement Method
HTML Editor Library
ContentsIndexHome
PreviousUpNext
THtmlEditor.AddTextElement Method

Add new text element before or after specified element

Pascal
function AddTextElement(EBefore: TElement; EAfter: TElement; const s: hstring = ''): TTExtElement;
Parameters 
Description 
EBefore: TElement 
Add before this element  
EAfter: TElement 
Add after this element  
const s: hstring = '' 
New text element content  

Added text element

Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!