| Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) |
Have designer save changes after using your component editor
Your component editor needs to tell the designer that the document is "dirty" = has been changed. Just call
to let Delphi know that you have changed a property value. Comments:
|