1cb73e8d00Removing IdCoreSelectionEditors.pas and IdProtocolsSelectionEditors.pas. Taking a different approach. Instead of having per-component TSelectionEditor classes registered, which would be very tedious to implement, TIdComponent itself now has a single TSelectionEditor registered that handles all Indy components. It dynamically enumerates all assigned event handlers on all Indy components at design-time and reports any required units they need for their parameters and return types.
12 years ago
RemyLebeau
8de2a4096fAdded missing references to IdCoreSelectionEditors.pas
15 years ago
JPeterMugaas
18186ecca2Package generator updated. Rebuilt packages with it.
15 years ago
RemyLebeau
2bfd8f7470Merging tagged "Indy 10.5.7" code (RAD Studio XE public release) into trunk