delphi edit控制字居中,居左,居右


本文整理自网络,侵删。

 delphi edit控制字居中,居左,居右

SetWindowLong(Edit1.Handle, GWL_STYLE, GetWindowLong(Edit1.Handle, GWL_STYLE) or ES_CENTER);
SetWindowLong(Edit1.Handle, GWL_STYLE, GetWindowLong(Edit1.Handle, GWL_STYLE) or ES_LEFT);
SetWindowLong(Edit1.Handle, GWL_STYLE, GetWindowLong(Edit1.Handle, GWL_STYLE) or ES_RIGHT);

相关阅读 >>

Delphi中使用tpathanimation

Delphi tstopwatch 计时

Delphi 时间年月日,星期

Delphi toscilloscope 仿windows任务管理器cpu使用记录组件

Delphi拷贝整个目录(包括子目录)

Delphi textfile读取文本文件

Delphi中的sender:tobject对象解析

Delphi关于小数位精度的问题

Delphi 获取\xxx\xxxx\1234最后一级名称

Delphi 图像旋转90° 反旋转90°

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...