Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. johanvdb

    Property Editors for Arrays

    I have found an easier way. Thanks once again TealWren, as I wouldn't have found it had it not been for your help. The classes TCollection and TCollectionItem are predefined with property editors that allow the insertion and deletion, and especially the storing of a list of objects at design...
  2. johanvdb

    Property Editors for Arrays

    I have written my own component that uses OLE to create excel reports, almost the same as a QuickReport. As I finished one of the properties that contains an object which references multiple column objects, I needed to create a property editor to edit the objects. TExcelReport.Columns...
  3. johanvdb

    Using 1 pas file to control multiple forms

    If I understand correctly, you are trying to create two forms, but save them in the same unit. This, unfortunately, is not doable to my current knowledge. I might be wrong, but the chances are slim. Because each form in Delphi automatically stores itsself and it's state to the DFM file, you...

Part and Inventory Search

Back
Top