本文整理自网络,侵删。
High
功能说明:返回数组下标的最大值。
参考实例:
var
arrText: array[0..9] of Char;
i: Integer;
begin
i := High(arrText); // i的值则为9
end;
相关阅读 >>
Delphi 使用indy解决tidssliohandlersocketopenssl could not load ssl library错误
Delphi tbitmap创建时提示object or class type required
Delphi 读取流 image1 stream 加载到image2 timage 对象
更多相关阅读请进入《Delphi》频道 >>