Vertaling van "a tbutton" 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.
A TButton is a general-purpose push button for use in applications.
When you try to delete a component, such as a TButton, from a different view (not the Master view), the following error message appears
Wenn Sie versuchen, eine Komponente, wie z. B. TButton, aus einer anderen Ansicht (nicht der Master-Ansicht) zu löschen, wird die folgende Fehlermeldung angezeigt
Put a TEdit and a TButton component on your form.
For example, if you want to define the StyleLookup property of a TButton for an Android device, select the Android style; notice that the options available in the drop-down menu of the Object Inspector for the StyleLookup property contains selections for an Android device.
Wenn Sie beispielsweise die Eigenschaft StyleLookup für TButton für ein Android-Gerät festlegen möchten, wählen Sie den Stil Android aus. Daraufhin enthält das Dropdown-Menü des Objektinspektors für die Eigenschaft StyleLookup die für das Android-Gerät verfügbaren Optionen. Ansichtsauswahl
From the Tool Palette, add a TActionList component to the form, and then add a TButton to TabItem1
Ziehen Sie eine TToolBar-Komponente auf das Formular. Fügen Sie der ToolBar-Komponente eine TButton-Komponente hinzu, und legen Sie im Objektinspektor die folgenden Eigenschaften fest
Add this form still a TButton Button1 and a TLabel Label1 by selecting the appropriate components on the Standard Component Tab and clicking on Form1 (the label should be above the button).
Erstellen Sie den OnCreate-Eventhandler von Form1 (gehen Sie im Objektinspektor auf das Ereignis OnCreate und klicken den daneben befindlichen Button [...] an).
Drop a TButton on the TLabel and set the following properties in the Object Inspector: Set the Align property to Right.
Create a new GUI application and add a TPopupMenu PopupMenu1 and a TButton Button1 to your form.
Folgende Schritte sind dafür notwendig: Fügen Sie Ihrem Formular eine TImageList hinzu.
A simple example: Create a new GUI application and add a TPopupMenu PopupMenu1 and a TButton Button1 to your form.
Sie können aber auch einfach ein neues Beispiel erstellen: Erstellen Sie eine neue Anwendung und legen Sie auf dem Formular drei TToggleBoxen ab.