本文整理自网络,侵删。
其实本来高版本次的Delphi应该已经可以在设置里搞掂介个了
氮素...
在低版本次的Delphi里介个就需要一哈啦...
比如...
Delphi2007?
哈哈~~
上干货...
procedure TForm1.FormCreate(Sender: TObject);beginCheckBox1.Brush.Style := bsClear;SetWindowLong(CheckBox1.Handle, GWL_EXSTYLE, WS_EX_TRANSPARENT);end;‘
来源:https://www.delphi6.com/article/pg7vj3rw.html
相关阅读 >>
Delphi格式化函数format、formatdatetime和formatfloat
Delphi application.processmessages
Delphi firedac 获取mysql 数据库databases 列表
更多相关阅读请进入《Delphi》频道 >>