摘要:
1. 命名与格式(1)过程名应当以大写字母开始,且大小写交错以增加可读性。下面是一个不正确的写法:procedure thisisapoorlyformattedroutinename;改成这样写就对了:procedure ThisIsMuchMoreReadableRoutineName;(... 阅读全文
摘要:
Delphi 32-bitand 64-bit Windows built-in type sizesIntegral typesOn Win64, NativeInt is twice the size of the Win32 NativeInt, andNativeUInt is twi... 阅读全文