本文整理自网络,侵删。
delphi 窗体只显示控件
procedure TForm1.FormCreate(Sender: TObject);
begin
BorderStyle := bsNone;
Brush.Style := bsClear;
end;
相关阅读 >>
Delphi firemonkey在画布上绘制 imagelist图像
Delphi tms web core twebhttprequest使用
Delphi 2009 新增单元 character[1]: toupper、tolower - 字符与字符串的大小写转换
Delphi中的copy,delete,pos和leftstr,rightstr的用法
Delphi的idhttp报iohandler value is not valid错误的原因
更多相关阅读请进入《Delphi》频道 >>