What is the proper way to create a custom TMenuItem which auto manage his checked property. Remember that once someone will:
myHelloItem.OnClick := helloword;
Then the behavior is lost...
How is that accomplished in Delphi 7?
regards,
What is the proper way to create a custom TMenuItem which auto manage his checked property. Remember that once someone will:
myHelloItem.OnClick := helloword;
Then the behavior is lost...
How is that accomplished in Delphi 7?
regards,
Two options: