1、ServerModule中的customfiles属性中加入:
https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css
https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js
2、在form中加入unisyntaxedit的组件,并在lines属性中输入。
visible:=false;
<span class="label label-default">默认标签</span>
<span class="label label-primary">主要标签</span>
<span class="label label-success">成功标签</span>
<span class="label label-info">信息标签</span>
<span class="label label-warning">警告标签</span>
<span class="label label-danger">危险标签</span>
3、放置unilabel+unibutton组件,并在button1click事件中输入。
UniLabel1.caption := UniSyntaxEdit1.text;
1)label属性:
UniLabel1.TextConversion := txtHTML;
结果。