Hi All, I wonder where should I put procedure modifiers, in the interface section, or implementation section, or both?
e.g. interface function test(data: Integer): Integer; inline; <-- here? implementation function test(data: Integer): Integer; inline; <-- here? begin //...... end; Thanks, Xiangrong
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal