function ShowAbout():boolean;<br>//显示关于窗口<br>var<br> hIcon,hInst:integer;<br>begin<br> hInst:=getwindowword(application.Handle,GWL_HINSTANCE);<br> hIcon:=ExtractIcon(hInst,pchar(application.exename),0);<br> Result:=boolean(shellabout(application.Handle,<br> pchar(SAppName),pchar(SAppName+sappver),hicon));<br>end;<br>