OTA - Implementing a DataModule Creator
Implementing a DataModule is exactly the same as implementing a Form. All that is necessary is in the IOTAModuleCreator.GetAncestorName return the string:
Result := 'DataModule'
This will ensure that the Form created will inherit from TDataModule.
See Implementing a Form Creator for more details.
mustangpeak.net
Last Modified on: