Board index » delphi » How to patch private function and private method
Chau Chee Yang
![]() Delphi Developer |
How to patch private function and private method2007-12-26 11:38:06 AM delphi237 Hi, I learned a technique recently that we can patch the Delphi VCL source without changing the original source code. This is great as we can fixed bugs we faced. I can do the followings: 1. Patch public function: I can use FastCodePatch.pas. FastCodePatch doesn't seems to work if the functions is declared in package. 2. Patch public methods in class: I can use CodeRedirect. It works even class is declared in package. But how to patch the folowings: 1. Patch private function (or in package) 2. Patch private or protected methods -- Best regards, Chau Chee Yang E Stream Software Sdn Bhd URL: www.sql.com.my SQL Financial Accounting |