摘要:
1. postkeyex32 function} procedure postkeyex32(key: word; const shift: tshiftstate; specialkey: boolean); {************************************************************ * procedure postkeyex32 * * par......
摘要:
{ diese unit kann in ein package compiliert werden und erscheint danach im delphi menu unter hilfe. } { this unit can be compiled into a package and will then appear in the delphi help menu. } unit s......
用Delphi创建服务程序
用delphi创建服务程序
摘要:
function format(const format: string; const args: array of const): string; $[sysutils.pas功能 返回按指定方式格式化一个数组常量的字符形式说明 这个函数是我在delphi中用得最多的函数,现在就列举几个例子给你个直观的理解"%" [索引 ":"] ["-"] [宽度] ["." 摘要] 类型format(x=......