custom property

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I define a custom property for a form's controls? I'd like to store a
couple of values with the control to use later in code.
 
Will the control's Tag property work for you?
Can I define a custom property for a form's controls? I'd like to store a
couple of values with the control to use later in code.
 
I thought about that but have a couple of values. I could use the split
function to split those. As a matter of fact, I have your code from a couple
of years ago re passing multiple arguments on opening a form. Is that the
best approach rather than messing with custom properties?
 
Back
Top