Text SetBorder 设置文本边框
来自tradeStar帮助系统
函数 | Text_SetBorder |
别名 | 设置文本边框 |
所属类别 | 新画线函数 |
参数数量 | 2 |
运行模式 | 逐根 |
说明 | 设置文本边框 |
用法 | Text_SetBorder(ID,L=True)
设置标识号为ID的文本对象是否有边框,L为True或1,加上边框;L为False或0,移去边框 成功返回0,对象无效返回-2 例如: Value1:=Text_SetBorder(2,True); 使标识号为2的文本对象显示边框 Value1:=Text_SetBorder(1,0); 使标识号为1的文本对象移去边框线 |