欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

UniGUI之UniLabel(31)

程序员文章站 2022-06-09 17:08:20
1]改变文本Caption 2]改变颜色字体Font 3]点击访问网址,OnClick事件 1]改变文本Caption unilabel1.Caption:='unilabel1文本'; 2]改变颜色字体Font.不是直接改Color,而是 uniLabel1.Font.Color:= clRed; ......

1]改变文本caption

2]改变颜色字体font

3]点击访问网址,onclick事件


1]改变文本caption

 unilabel1.caption:='unilabel1文本';


2]改变颜色字体font.不是直接改color,而是 unilabel1.font.color:= clred;

UniGUI之UniLabel(31)


3]点击访问网址,onclick事件

UniGUI之UniLabel(31)

unisession.addjs('window.open ('+'''https://www.cnblogs.com/tulater/p/5284897.html '''+', ''newwindow'')');

chrome浏览器一定要打开 窗口弹出 允许