I
IGW
Hello all,
I would like something like the Tag property as exposed in the basic Object
(is it Tobject?) in Delphi. I gather there is nothing like this in the CF.
Problem; I have a bunch of controls and menu items that I would like to
disable/enable depending on system state. I would prefer to iterate across
all the controls and menu items and detect some attribute that would let me
know whether they should be enable or disabled (a property set function
will be used to control the enabling/disabling).
If I had a Tag property it would be simple. Without it I wonder what the
best method would be. Maybe making the first letter of the control/menu
items name distinguishable. Is there a better way?
thanks,
Ian
I would like something like the Tag property as exposed in the basic Object
(is it Tobject?) in Delphi. I gather there is nothing like this in the CF.
Problem; I have a bunch of controls and menu items that I would like to
disable/enable depending on system state. I would prefer to iterate across
all the controls and menu items and detect some attribute that would let me
know whether they should be enable or disabled (a property set function
will be used to control the enabling/disabling).
If I had a Tag property it would be simple. Without it I wonder what the
best method would be. Maybe making the first letter of the control/menu
items name distinguishable. Is there a better way?
thanks,
Ian