Is it posible?


[ Delphi Forum -- by DelphiLand ]

Posted by Joey on November 21, 2003 at 22:30:12:

is it possible to make my own procedure not using one that a component makes? In the app i've been making i want to set the enablility of certain button at certain times and this happens under bout 5 different button presses..... what i have been doing is making an invisible button and then putting the code in there and calling it using EnableButtonClick(Sender); i want to know if i can make one with out having a component controlling it and if so how can i call it from some where else? or will it use the (Sender) thingi?


Related Articles and Replies:


[ Delphi Forum ]
[ DelphiLand: free Delphi source code, tips, tutorials ]