[Lazarus] Passing Sender to a sub procedure

2012-09-22 Thread Terry A. Haimann
Is there away I can pass a variable from sender (A String Grid) to a sub 
Procedure.  When I try I get a:


 main.pas(264,86) Error: Only class class methods, class properties 
and class variables can be accessed in class methods


This is from the procedure called by an event and I need to do this 
multiple times and having it the main procedure is bad programming, 
makes a larger app and will be harder to debug.



--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Passing Sender to a sub procedure

2012-09-22 Thread leledumbo
Code please? The error indicates that you're accessing instance members from
a class member.



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Passing-Sender-to-a-sub-procedure-tp4026765p4026767.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus