本文整理自网络,侵删。
function _Max(const A, B: Integer): Integer;begin if A > B then Result := A else Result := B;end; 相关阅读 >>
Delphi winapi: getparent、setparent、movewindow - 获取、指定父窗口和移动窗口
Delphi idhttpserver接收http get请求解码问题
Delphi关于dbgrid和webbrowser的焦点问题
更多相关阅读请进入《Delphi》频道 >>