Vertaling van "SetOption" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Use the SetOption method to override registry values at run-time.
Mithilfe der SetOption -Methode können Sie Registrierungswerte zur Laufzeit überschreiben.
The value that you pass to the SetOption method as the setting argument depends on which type of option you are setting.
Der Wert, den Sie der SetOption -Methode als Argument Einstellung übergeben, hängt vom festzulegenden Optionstyp ab.
The numeric value for the Setting argument in the SetOption method does not correspond to any list box or option group settings in the Access Options dialog box.@Valid settings are 0 (the first item in the list) through | (the last item in the list).@1@1
Der numerische Wert des Arguments 'Einstellung' der SetOption-Methode entspricht keiner Listenfeld- oder Optionsgruppeneinstellung des Dialogfelds 'Access-Optionen'.@Gültige Einstellungen sind 0 (das erste Element der Liste) bis | (das letzte Element der Liste).@1@1
For example, when Name AutoCorrect is enabled in code by the SetOption method, no name map is created.
Wenn beispielsweise Objektnamen-Autokorrektur durch die SetOption-Methode aktiviert ist, wird keine Namenszuordnung erstellt.
This is the recommended way to fine tune registry settings for your method is the most flexible approach and provides you with the most control over how the registry is changed. With The SetOption method you can specify new settings for any of the following default settings
Dies ist die empfohlene Methode zur Optimierung der Registrierungseinstellungen für Ihre Anwendung. Diese Methode ist der flexibelste Ansatz und bietet Ihnen die meiste Kontrolle über die an der Registrierung vorgenommenen Änderungen. Mit der SetOption -Methode können Sie neue Einstellungen für folgende Standardeinstellungen festlegen
With The SetOption method you can specify new settings for any of the following default settings
Mit der SetOption -Methode können Sie neue Einstellungen für folgende Standardeinstellungen festlegen
For options that the user sets by selecting or clearing a check box, using the SetOption method, specify True or False for the setting argument, as in the following example
Wenn Sie die SetOption -Methode für Optionen verwenden, die Benutzer durch Aktivieren oder Deaktivieren eines Kontrollkästchens festlegen, geben Sie, wie im folgenden Beispiel gezeigt, einen der Werte True oder False für das Argument Setting an
The SetOption method sets the current value of an option in the Options dialog box.
Die SetOption -Methode stellt den aktuellen Wert einer Option im Dialogfeld Optionen ein.
To set a type of option using the SetOption method, specify the string or numeric value that would be typed in the dialog box. The following example sets the default form template to OrderTemplate
Um eine Option, die eine Eingabe erfordert, mithilfe der SetOption -Methode festzulegen, geben Sie die Zeichenfolge oder den numerischen Wert an, der in das Dialogfeld eingegeben würde. Im folgenden Beispiel wird die Standardformularvorlage auf den Wert OrderTemplate festgelegt
The default value is 9500, and can be changed either by editing the registry with Regedit.exe or with the SetOption method.
Der Standardwert beträgt 9500 und kann entweder durch Bearbeiten der Registrierung unter Verwendung von Regedit.exe oder unter Verwendung der SetOption -Methode geändert werden.
The SetOption method provides a means of changing environment options from Visual Basic code.
Die SetOption -Methode ermöglicht es Ihnen, Umgebungsoptionen aus Visual Basic -Code heraus zu ändern.
For options with settings that are choices in list boxes or combo boxes, specify the option's numeric position within the list as the setting argument for the SetOption method. The following example sets the Default Field Type option to AutoNumber
Bei Optionen, deren Einstellungen aus Listenfeldern oder Kombinationsfeldern ausgewählt werden, geben Sie für das Argument Einstellung der SetOption -Methode die numerische Position innerhalb der Liste an. Im folgenden Beispiel wird die Option Default Field Type auf den Wert AutoWert festgelegt
The SetOption method provides a means of changing environment options from Visual Basic code. With this method, you can set or read any option available in the Options dialog box, except for options on the Modules tab.
Die SetOption -Methode ermöglicht es Ihnen, Umgebungsoptionen aus Visual Basic -Code heraus zu ändern. Mit dieser Methode können Sie jede im Dialogfeld Optionen verfügbare Option festlegen oder lesen, ausgenommen die Optionen der Registerkarte Module.