delphi function的相關文章
delphi function的相關公司資訊
delphi function的相關商品

Delphi Basics : Chr command
瀏覽:1189
日期:2025-04-26
Description The Chr function converts an IntValue integer into either an AnsiChar or WideChar as appropriate. Notes The ansi character set includes control characters such as Chr(27) meaning escape. Chr(65) gives 'A' Note that ^A is equivalent to Char(1)....看更多