How to determine the label caption

Jaco K

Registered User.
Local time
Today, 04:06
Joined
Aug 4, 2006
Messages
12
On a form I have multiple labels. In the Click event of all these labels I would like to call a generic function for futher processing. For this processing however, I need the caption of the label the user clicked on. How do I determine this caption?
 
The problem is I don't know the label name because this depends on what label the user clicked on. Therfor my question is how to determine the label name.
 

Users who are viewing this thread

Back
Top Bottom