理解 Delphi 的类(十) - 深入方法[17] - 提前声明
摘要://要点17: 如果前面的方法要调用后面的方法, 后面的方法需要提前声明 function MyFunB(x: Integer): Integer; forward; {使用 forward 指示字提前声明} function MyFunA(x: Integer): Integer; begin R
阅读全文
posted @ 2019-03-07 19:15
posted @ 2019-03-07 19:15