What is the minimum value I have to do to pull down a new control from TCustomGrid and get it in a form in the IDE without getting an "abstract error" in the IDE?
I tried everything for several days, but Im a bit delphi noob atm, zero percent success with TCustomGrid :(
If someone can help me just by getting the base descendant of TCustomGrid, which does nothing but implements the base TCustomGrid, that would be greatly appreciated. Thanks.
Edit - I know how to do the basics of creating controls, I just can't do it with TCustomGrid
source share