clemsonzhe
Programmer
I am adding new var (a method pointer) and procedures to a component's "public" sector. But when I need to access them, say this_component. ; after the "." delphi brings up the list of functions/prcedures/vars for that object, but the newly added are NOT on the list; however, if I add them in "published" sector, they show up in the object inspector just fine... When I was working on another component earlier, same thing happened, but the SAME EXACT codes worked (like it is supposed to) a couple days later; but I have several components like this to fix, i know I can't depend on this random luck... Anyone ever seen something this perculiar before? Any help would be really appreciated! I am so frustrated here (