Skip to content

Commit fe228b9

Browse files
committed
New translations methods.md (German)
1 parent f351891 commit fe228b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/translated_docs/de/Concepts/methods.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ title: Methoden
44
---
55

66

7-
A method is basically a piece of code that executes one or several actions. In the 4D Language, there are two categories of methods:
7+
Eine Methode ist in der Regel ein Stück Code, der eine oder mehrere Aktionen ausführt. In der 4D Programmiersprache gibt es zwei Kategorien von Methoden:
88

9-
- **built-in methods**, which are provided by 4D or third-party developers and can be only called in your code. Built-in methods include:
10-
- Commands and functions of the 4D API, such as `ALERT` or `Current date`.
11-
- Methods attached to collections or native objects, such as `collection.orderBy()` or `entity.save()`.
9+
- **Integrierte Methoden**, die 4D oder third-party Entwickler liefern und sich nur in Ihrem Code aufrufen lassen. Zu integrierten Methoden gehören:
10+
- Befehle und Funktionen des 4D API (Application Programming Interface), wie z. B. `ALERT` oder `Current date`.
11+
- Methoden, die Collections oder native Objekten zugewiesen sind, wie z.B. `collection.orderBy()` oder `entity.save()`.
1212
- Commands from plug-ins or components, provided by 4D or third-party developers, such as `SVG_New_arc`.
1313

1414
Built-in methods are detailed in the *4D Language reference* manual or dedicated manuals for plug-ins or components.

0 commit comments

Comments
 (0)