>>-aUserDialog~InitAutoDetection-------------------------------><
The InitAutoDetection method is called by the Init to determine whether or not automatic data field detection should be used. For a UserDialog, autodetection is disabled.
This method is protected. It is called by the class itself and can be overwritten.
The following example overrides the method to switch off auto detection:
::class MyClass subclass UserDialog ::method InitAutoDetection self~NoAutoDetection