You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/translated_docs/de/Concepts/methods.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ title: Methoden
4
4
---
5
5
6
6
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:
8
8
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()`.
12
12
- Commands from plug-ins or components, provided by 4D or third-party developers, such as `SVG_New_arc`.
13
13
14
14
Built-in methods are detailed in the *4D Language reference* manual or dedicated manuals for plug-ins or components.
0 commit comments