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: TExColumns;
TExColumns.Items[Index]: TExColumn;
The problem with the property editor is simple. I added a button next to the property, where, when clicked, should open a form which lists all the column objects. The form has been written, but the only examples I have seen of this is modal forms. This form cannot be modal, as it should display the selected column on the Object Inspector. Regretfully, I have searched Hi and Lo for any documentation, but found nothing.
Please assist.
Johan van den Berg
TExcelReport.Columns: TExColumns;
TExColumns.Items[Index]: TExColumn;
The problem with the property editor is simple. I added a button next to the property, where, when clicked, should open a form which lists all the column objects. The form has been written, but the only examples I have seen of this is modal forms. This form cannot be modal, as it should display the selected column on the Object Inspector. Regretfully, I have searched Hi and Lo for any documentation, but found nothing.
Please assist.
Johan van den Berg