本文整理自网络,侵删。
function _Max(const A, B: Integer): Integer;begin if A > B then Result := A else Result := B;end;
相关阅读 >>
Delphi dll注入x86/x64/win2k~win8.1全可用
Delphi android使用idhttp.get抓取https(ssl)文件
Delphi 标头控件(theadercontrol)中的显示复选框
更多相关阅读请进入《Delphi》频道 >>