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

Remove specified tag fromĀ current selection. If attributes parameter is not empty only tags with same attributes (and values) will be removed

Pascal
procedure UntagSelection(const Tag: string; const attributes: string = '');
Parameters 
Description 
const Tag: string 
Tag to remove  
const attributes: string = '' 
Filter by attributes  
Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!