I was wondering if there is a way to add custom method to already existing/included class component in Delphi Pascal.
I would like to use this to rotate StringGrid like this:
StringGridn.rotate(angle);
instead of:
rotate(StringGridn, angle);
Thanks for advice :)