InitAutoDetection

>>-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.

Protected:

This method is protected. It is called by the class itself and can be overwritten.

Example:

The following example overrides the method to switch off auto detection:

::class MyClass subclass UserDialog

::method InitAutoDetection
self~NoAutoDetection