<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=L10nBot</id>
	<title>RAD Studio API Documentation - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=L10nBot"/>
	<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/de/Spezial:Beitr%C3%A4ge/L10nBot"/>
	<updated>2026-08-18T20:22:14Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=System.IOUtils.TDirectory.GetFiles&amp;diff=862048</id>
		<title>System.IOUtils.TDirectory.GetFiles</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=System.IOUtils.TDirectory.GetFiles&amp;diff=862048"/>
		<updated>2023-05-29T16:34:36Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.IOUtils.TDirectory.GetFiles|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.IOUtils.TDirectory.GetFiles | |{{InheritsFrom|System.IOUtils.TDirectory.GetFiles}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Gibt eine Liste der Dateien in einem gegebenen Verzeichnis zurück.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mit [[System.IOUtils.TDirectory.GetFiles|GetFiles]] können Sie eine Liste von Dateien in einem gegebenen Verzeichnis abrufen. Der Rückgabewert von [[System.IOUtils.TDirectory.GetFiles|GetFiles]] ist ein dynamisches String-Array, in dem in jedem Element der Name einer Datei (mit Pfadangabe) gespeichert ist. &lt;br /&gt;
&lt;br /&gt;
Es gibt drei Formen der Methode [[System.IOUtils.TDirectory.GetFiles|GetFiles]]: &lt;br /&gt;
&lt;br /&gt;
* Die erste Form akzeptiert nur den Pfad des Verzeichnisses, dessen Dateiliste abgerufen werden soll.&lt;br /&gt;
* Die zweite Form enthält ein Suchmuster, für die Suche nach übereinstimmenden Dateinamen.&lt;br /&gt;
* Die dritte Form enthält eine Option, die angibt, ob beim Abrufen der rekursive Modus verwendet werden soll.&lt;br /&gt;
&lt;br /&gt;
Alle Formen akzeptieren den optionalen Parameter [[System.IOUtils.TDirectory.TFilterPredicate|TFilterPredicate]] zum Filtern der Ergebnisse. &lt;br /&gt;
&lt;br /&gt;
In der folgenden Tabelle sind die von dieser Methode erwarteten Parameter aufgeführt.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; frame=&amp;quot;hsides&amp;quot; rules=&amp;quot;rows&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Name&#039;&#039;&#039;&lt;br /&gt;
! &#039;&#039;&#039;Bedeutung&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left; vertical-align: top;&amp;quot; |&lt;br /&gt;
&amp;lt;span class=&amp;quot;codeInline&amp;quot;&amp;gt;Path&amp;lt;/span&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: left; vertical-align: top;&amp;quot; |&lt;br /&gt;
Der Pfad des Verzeichnisses, dessen Dateiliste abgerufen werden soll.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left; vertical-align: top;&amp;quot; |&lt;br /&gt;
&amp;lt;span class=&amp;quot;codeInline&amp;quot;&amp;gt;SearchPattern&amp;lt;/span&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: left; vertical-align: top;&amp;quot; |&lt;br /&gt;
Die Maske wird für den Abgleich von Dateinamen verwendet (z. B., mit &amp;quot;*.exe&amp;quot; werden alle ausführbaren Dateien gefunden). Sie können [[System.Masks.MatchesMask|MatchesMask]] auch verwenden, wenn Sie das Argument SearchPattern anwenden. &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left; vertical-align: top;&amp;quot; |&lt;br /&gt;
&amp;lt;span class=&amp;quot;codeInline&amp;quot;&amp;gt;SearchOption&amp;lt;/span&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: left; vertical-align: top;&amp;quot; |&lt;br /&gt;
Der Aufzählungsmodus des Verzeichnisses. Gibt an, ob der Aufzählungsmodus der obersten Ebene oder der rekursive Modus verwendet werden soll.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left; vertical-align: top;&amp;quot; |&lt;br /&gt;
&amp;lt;span class=&amp;quot;codeInline&amp;quot;&amp;gt;Predicate&amp;lt;/span&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: left; vertical-align: top;&amp;quot; |&lt;br /&gt;
Eine Routine zum Herausfiltern unerwünschter Ergebnisse.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Note| [[System.IOUtils.TDirectory.GetFiles|GetFiles]] löst eine Exception aus, wenn der gegebene Pfad ungültig ist oder das Verzeichnis nicht vorhanden ist.}}&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[System.IOUtils.TDirectory.GetCurrentDirectory|GetCurrentDirectory]]&lt;br /&gt;
&lt;br /&gt;
* [[System.IOUtils.TDirectory.GetDirectories|GetDirectories]]&lt;br /&gt;
&lt;br /&gt;
* [[System.IOUtils.TDirectory.GetFileSystemEntries|GetFileSystemEntries]]&lt;br /&gt;
&lt;br /&gt;
* [[System.IOUtils.TPath.GetDirectoryName|GetDirectoryName]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Masks.MatchesMask|MatchesMask]]&lt;br /&gt;
&lt;br /&gt;
===Codebeispiele===&lt;br /&gt;
&lt;br /&gt;
*[[samp_en:DirectoriesAndFilesEnumeration (Delphi)|DirectoriesAndFilesEnumeration (Delphi)]]&lt;br /&gt;
*[[Samp_en:DirectoriesAndFilesEnumeraion (C++)|DirectoriesAndFilesEnumeraion (C++)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:VisibleGutter_False.png&amp;diff=861723</id>
		<title>Datei:VisibleGutter False.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:VisibleGutter_False.png&amp;diff=861723"/>
		<updated>2023-04-06T23:52:03Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Category_button.png&amp;diff=861722</id>
		<title>Datei:Category button.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Category_button.png&amp;diff=861722"/>
		<updated>2023-04-06T23:49:51Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Winapi.WindowsStore.TStoreProductKindNames.png&amp;diff=853097</id>
		<title>Datei:Winapi.WindowsStore.TStoreProductKindNames.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Winapi.WindowsStore.TStoreProductKindNames.png&amp;diff=853097"/>
		<updated>2022-09-27T23:15:03Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:TCustomListBox2.png&amp;diff=852883</id>
		<title>Datei:TCustomListBox2.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:TCustomListBox2.png&amp;diff=852883"/>
		<updated>2022-07-18T15:08:55Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Winapi.WindowsStore.TWindowsStoreCore.png&amp;diff=824032</id>
		<title>Datei:Winapi.WindowsStore.TWindowsStoreCore.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Winapi.WindowsStore.TWindowsStoreCore.png&amp;diff=824032"/>
		<updated>2021-10-06T23:13:34Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Winapi.WindowsStore.TAppProducts.png&amp;diff=824030</id>
		<title>Datei:Winapi.WindowsStore.TAppProducts.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Winapi.WindowsStore.TAppProducts.png&amp;diff=824030"/>
		<updated>2021-10-06T23:12:41Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Winapi.WindowsStore.TAppLicense.png&amp;diff=824029</id>
		<title>Datei:Winapi.WindowsStore.TAppLicense.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Winapi.WindowsStore.TAppLicense.png&amp;diff=824029"/>
		<updated>2021-10-06T23:12:15Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Firebase_Banner_Add.png&amp;diff=816216</id>
		<title>Datei:Firebase Banner Add.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Firebase_Banner_Add.png&amp;diff=816216"/>
		<updated>2021-02-05T00:15:11Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Package1_bpl.png&amp;diff=816138</id>
		<title>Datei:Package1 bpl.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Package1_bpl.png&amp;diff=816138"/>
		<updated>2020-09-18T23:12:33Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Designide_dcp.png&amp;diff=816137</id>
		<title>Datei:Designide dcp.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Designide_dcp.png&amp;diff=816137"/>
		<updated>2020-09-18T23:12:08Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Compiling.png&amp;diff=816136</id>
		<title>Datei:Compiling.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Compiling.png&amp;diff=816136"/>
		<updated>2020-09-18T23:11:49Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Add_Reference.png&amp;diff=816135</id>
		<title>Datei:Add Reference.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Add_Reference.png&amp;diff=816135"/>
		<updated>2020-09-18T23:11:37Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Add_Package.png&amp;diff=816134</id>
		<title>Datei:Add Package.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Datei:Add_Package.png&amp;diff=816134"/>
		<updated>2020-09-18T23:11:23Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Vorlage:RadstudioVersion&amp;diff=815063</id>
		<title>Vorlage:RadstudioVersion</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=Vorlage:RadstudioVersion&amp;diff=815063"/>
		<updated>2020-05-16T08:12:48Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch: {{{1}}}&lt;br /&gt;
| -2 = Tokyo&lt;br /&gt;
| -1 = Rio&lt;br /&gt;
| London = Berlin&lt;br /&gt;
| Godzilla = Tokyo&lt;br /&gt;
| Carnival = Rio&lt;br /&gt;
| Denali = Sydney&lt;br /&gt;
| {{{1|Sydney}}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
Notes:&lt;br /&gt;
- Remember to replicate any change here &#039;as is&#039; to the other 3 wikis.&lt;br /&gt;
- We do not need an entry for -3. See [[Neuerungen in den letzten Releases]].&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Datenvorlagen]]&lt;br /&gt;
[[Category:Durch Hauptversionsänderungen betroffene Vorlagen]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=PlatformAPI.IOTAExternalDevice.GetActive&amp;diff=813421</id>
		<title>PlatformAPI.IOTAExternalDevice.GetActive</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=PlatformAPI.IOTAExternalDevice.GetActive&amp;diff=813421"/>
		<updated>2020-04-06T16:50:52Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:PlatformAPI.IOTAExternalDevice.GetActive |api}}&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | PlatformAPI.IOTAExternalDevice.GetActive | |{{InheritsFrom|PlatformAPI.IOTAExternalDevice.GetActive}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[PlatformAPI.IOTAExternalDevice.GetActive|GetActive]] gibt &amp;lt;code&amp;gt;True&amp;lt;/code&amp;gt; zurück, wenn das [[PlatformAPI.IOTAExternalDevice|externe Gerät]] aktiv ist; andernfalls wird &amp;lt;code&amp;gt;False&amp;lt;/code&amp;gt; zurückgegeben.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ob ein externes Gerät aktiv ist oder nicht, ist nur für Android-Emulatoren von Bedeutung. Ein Android-Emulator ist aktiv, wenn er ausgeführt wird, ansonsten nicht. [[PlatformAPI.IOTAExternalDevice.GetActive|GetActive]] gibt nur &amp;lt;code&amp;gt;False&amp;lt;/code&amp;gt; zurück, wenn es sich bei dem externen Gerät um einen Android-Emulator handelt, der nicht ausgeführt wird.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[PlatformAPI.IOTAExternalDevice.Active]]&lt;br /&gt;
* [[PlatformAPI.IOTAExternalDevice.SetActive]]&lt;br /&gt;
* [[rad_de:Projekte-Fenster|Projekte-Fenster]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=PlatformAPI.IOTAExternalDevice.Active&amp;diff=813420</id>
		<title>PlatformAPI.IOTAExternalDevice.Active</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=PlatformAPI.IOTAExternalDevice.Active&amp;diff=813420"/>
		<updated>2020-04-06T16:50:46Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:PlatformAPI.IOTAExternalDevice.Active |api}}&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | PlatformAPI.IOTAExternalDevice.Active | |{{InheritsFrom|PlatformAPI.IOTAExternalDevice.Active}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[PlatformAPI.IOTAExternalDevice.Active|Active]] ist &amp;lt;code&amp;gt;True&amp;lt;/code&amp;gt;, wenn das [[PlatformAPI.IOTAExternalDevice|externe Gerät]] aktiv ist; andernfalls ist diese Eigenschaft &amp;lt;code&amp;gt;False&amp;lt;/code&amp;gt;.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ob ein externes Gerät aktiv ist oder nicht, ist nur für Android-Emulatoren von Bedeutung. Ein Android-Emulator ist aktiv, wenn er ausgeführt wird, ansonsten nicht. [[PlatformAPI.IOTAExternalDevice.Active|Active]] gibt nur &amp;lt;code&amp;gt;False&amp;lt;/code&amp;gt; zurück, wenn es sich bei dem externen Gerät um einen Android-Emulator handelt, der nicht ausgeführt wird.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[PlatformAPI.IOTAExternalDevice.GetActive]]&lt;br /&gt;
* [[PlatformAPI.IOTAExternalDevice.SetActive]]&lt;br /&gt;
* [[rad_de:Projekte-Fenster|Projekte-Fenster]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=PlatformAPI.IOTAExternalDevice.SetActive&amp;diff=813419</id>
		<title>PlatformAPI.IOTAExternalDevice.SetActive</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=PlatformAPI.IOTAExternalDevice.SetActive&amp;diff=813419"/>
		<updated>2020-04-06T16:50:39Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:PlatformAPI.IOTAExternalDevice.SetActive |api}}&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | PlatformAPI.IOTAExternalDevice.SetActive | |{{InheritsFrom|PlatformAPI.IOTAExternalDevice.SetActive}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Mit [[PlatformAPI.IOTAExternalDevice.SetActive|SetActive]] aktivieren (&amp;lt;code&amp;gt;True&amp;lt;/code&amp;gt;) oder deaktivieren (&amp;lt;code&amp;gt;False&amp;lt;/code&amp;gt;) Sie ein [[PlatformAPI.IOTAExternalDevice|externes Gerät]].&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ob ein externes Gerät aktiv ist oder nicht, ist nur für Android-Emulatoren von Bedeutung. Ein Android-Emulator ist aktiv, wenn er ausgeführt wird, ansonsten nicht.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[PlatformAPI.IOTAExternalDevice.Active]]&lt;br /&gt;
* [[PlatformAPI.IOTAExternalDevice.GetActive]]&lt;br /&gt;
* [[rad_de:Projekte-Fenster|Projekte-Fenster]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.QueryModules&amp;diff=811673</id>
		<title>EMS.Services.TEMSInternalAPI.QueryModules</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.QueryModules&amp;diff=811673"/>
		<updated>2020-02-17T18:28:13Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:EMS.Services.TEMSInternalAPI.QueryModules|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} |EMS.Services.TEMSInternalAPI.QueryModules | | {{InheritsFrom|EMS.Services.TEMSInternalAPI.QueryModules}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Ruft die EMS-EdgeModules vom EMS-Server anhand von &#039;&#039;&#039;Abfrageparametern&#039;&#039;&#039; ab. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.QueryModules|QueryModules]] fragt die [[EMS.Services.TEMSInternalAPI.TSegmentNames|EMS-EdgeModules]]-Ressource auf dem EMS-Server anhand von {{Arg|AQuery}}-Parametern ab.&lt;br /&gt;
Wenn die {{Arg|AQuery}}-Parameter leer sind, gibt die Antwort vom EMS-Server alle Daten ungefiltert und unsortiert zurück.&lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.QueryModules|QueryModules]] gibt einen [[EMS.Services.IEMSResourceResponseContent|IEMSResourceResponseContent]] zum Lesen der Antwort aus der Ressource zurück.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.TQueryParams|EMS.Services.TEMSInternalAPI.TQueryParams]]&lt;br /&gt;
* [[EMS.Services.IEMSResourceRequest.Get|EMS.Services.IEMSResourceRequest.Get]]&lt;br /&gt;
* [[EMS.Services.IEMSResourceResponseContent|EMS.Services.IEMSResourceResponseContent]]&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.QueryUsers|EMS.Services.TEMSInternalAPI.QueryUsers]]&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.QueryGroups|EMS.Services.TEMSInternalAPI.QueryGroups]]&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.QueryInstallations|EMS.Services.TEMSInternalAPI.QueryInstallations]]&lt;br /&gt;
* [[System.JSON.TJSONObject|System.JSON.TJSONObject]]&lt;br /&gt;
* [[rad_de:RAD Server EdgeModules|RAD Server EdgeModules]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:Seattle]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo&amp;diff=811672</id>
		<title>REST.Backend.EMSProvider.TCustomEMSConnectionInfo</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo&amp;diff=811672"/>
		<updated>2020-02-17T18:28:07Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:REST.Backend.EMSProvider.TCustomEMSConnectionInfo|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | REST.Backend.EMSProvider.TCustomEMSConnectionInfo| |{{InheritsFrom|REST.Backend.EMSProvider.TCustomEMSConnectionInfo}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Speichert Informationen über die [[rad_de:Einrichten der RAD Server Engine|EMS-Verbindungsparameter]]&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; für die Verbindung zum [[rad_de:RAD Server Engine (EMS-Server)|RAD Server Engine (EMS-Server)]].&lt;br /&gt;
&lt;br /&gt;
[[REST.Backend.EMSProvider.TCustomEMSConnectionInfo|TCustomEMSConnectionInfo]] speichert Informationen über die Verbindungsparameter des EMS-Servers, wie [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost|URLHost]], [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLPort|URLPort]], [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ApplicationId|ApplicationId]], [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.MasterSecret|MasterSecret]], [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TenantSecret|TenantSecret]] und [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TenantId|TenantId]].&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[rad_de:Einrichten der RAD Server Engine|Parameter für die Verbindung zum EMS-Server]]&lt;br /&gt;
* [[rad_de:Mobile-Tutorial: Verwenden von Remote-Mitteilungen (iOS und Android)|Mobile-Tutorial: Verwenden von Remote-Mitteilungen (iOS und Android)]]&lt;br /&gt;
* [[REST.Backend.ParseProvider.TCustomParseConnectionInfo|REST.Backend.ParseProvider.TCustomParseConnectionInfo]]&lt;br /&gt;
* [[REST.Backend.KinveyProvider.TCustomKinveyConnectionInfo|REST.Backend.KinveyProvider.TCustomKinveyConnectionInfo]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.IEMSApplicationService&amp;diff=811671</id>
		<title>EMS.Services.IEMSApplicationService</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.IEMSApplicationService&amp;diff=811671"/>
		<updated>2020-02-17T18:28:01Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:EMS.Services.IEMSApplicationService|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | EMS.Services.IEMSApplicationService | |{{InheritsFrom|EMS.Services.IEMSApplicationService}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[rad_de:Objekt-Interfaces|Interface]], das Methoden zum Registrieren von Prozeduren bereitstellt, die Sie beim Start oder beim Beenden des [[rad_de:RAD Server Engine (EMS-Server)|EMS-Servers]] ausführen möchten.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Tipp:&#039;&#039;&#039; Sie können die Hilfsklasse [[EMS.Services.TEMSApplicationService|TEMSApplicationService]] anstelle von [[EMS.Services.IEMSApplicationService|IEMSApplicationService]] verwenden.&lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.IEMSApplicationService|IEMSApplicationService]] stellt die folgenden Methoden bereit:&lt;br /&gt;
&lt;br /&gt;
* [[EMS.Services.IEMSApplicationService.AddStartupNotification|AddStartupNotification]]&lt;br /&gt;
* [[EMS.Services.IEMSApplicationService.AddShutdownNotification|AddShutdownNotification]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TProtocolNames&amp;diff=811670</id>
		<title>REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TProtocolNames</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TProtocolNames&amp;diff=811670"/>
		<updated>2020-02-17T18:27:56Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TProtocolNames|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} |REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TProtocolNames| |{{InheritsFrom|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TProtocolNames}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;URL-Protokollname&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; der Anforderung an den [[rad_de:RAD Server Engine (EMS-Server)|RAD Server Engine (EMS-Server)]].&lt;br /&gt;
&lt;br /&gt;
[[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TProtocolNames|TProtocolNames]] enthält einen String mit dem Protokollbezeichner. Die möglichen Werte von [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.TProtocolNames|TProtocolNames]] sind &amp;lt;code&amp;gt;http&amp;lt;/code&amp;gt; oder &amp;lt;code&amp;gt;https&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLProtocol|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLProtocol]]&lt;br /&gt;
* [[rad_de:Manuelles Bearbeiten der Konfiguration der RAD Server Engine|Manuelles Bearbeiten der Konfiguration der RAD Server Engine]]&lt;br /&gt;
* [[rad_de:RAD Server-Client-Anwendung|RAD Server-Client-Anwendung]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLPort&amp;diff=811669</id>
		<title>REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLPort</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLPort&amp;diff=811669"/>
		<updated>2020-02-17T18:27:50Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLPort|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} |REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLPort| |{{InheritsFrom|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLPort}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;EMS-Verbindungs-Portwert &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;für die HTTP-Anforderung an den EMS-Server.&lt;br /&gt;
&amp;lt;section begin=&amp;quot;body&amp;quot; /&amp;gt;&lt;br /&gt;
Die Eigenschaft [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLPort|URLPort]] enthält den EMS-Verbindungs-Portwert.&lt;br /&gt;
&lt;br /&gt;
Die [[rad_de:RAD Server-Client-Anwendung|RAD Server-Client-Anwendung]] stellt mit [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost|URLHost]] und [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLPort|URLPort]] HTTP-Anforderungen an den [[rad_de:RAD Server Engine (EMS-Server)|RAD Server Engine (EMS-Server)]].&amp;lt;section end=&amp;quot;body&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;section begin=&amp;quot;See_Also&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost]]&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLProtocol|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLProtocol]]&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.CheckURL|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.CheckURL]]&lt;br /&gt;
* [[rad_de:RAD Server-Client-Anwendung|RAD Server-Client-Anwendung]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section end=&amp;quot;See_Also&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo.CheckURL&amp;diff=811668</id>
		<title>REST.Backend.EMSProvider.TCustomEMSConnectionInfo.CheckURL</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo.CheckURL&amp;diff=811668"/>
		<updated>2020-02-17T18:27:44Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:REST.Backend.EMSProvider.TCustomEMSConnectionInfo.CheckURL|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | REST.Backend.EMSProvider.TCustomEMSConnectionInfo.CheckURL| |{{InheritsFrom|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.CheckURL}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Überprüft, ob die Eigenschaften [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost|URLHost]] und [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLProtocol|URLProtocol]] nicht leer sind.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der [[REST.Backend.EMSProvider.TEMSProvider|TEMSProvider]] stellt mit dem URL die Verbindung zum [[rad_de:RAD Server Engine (EMS-Server)|RAD Server Engine (EMS-Server)]] her.&lt;br /&gt;
&lt;br /&gt;
[[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.CheckURL|CheckURL]] überprüft, ob die Eigenschaften [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost|URLHost]] und [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLPort|URLPort]] nicht leer sind. Ansonsten erstellt [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.CheckURL|CheckURL]] einen [[REST.Backend.EMSProvider.EEMSProviderError|EEMSProviderError]].&lt;br /&gt;
&lt;br /&gt;
===Exceptions===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Exception&lt;br /&gt;
! Meldung&lt;br /&gt;
! Beschreibung&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
[[REST.Backend.EMSProvider.EEMSProviderError|EEMSProviderError]]&lt;br /&gt;
|&lt;br /&gt;
URLHost muss angegeben werden&lt;br /&gt;
|&lt;br /&gt;
[[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost|URLHost]] darf nicht leer sein&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
URLProtocol muss angegeben werden&lt;br /&gt;
|&lt;br /&gt;
[[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLProtocol|URLProtocol]] darf nicht leer sein&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.AppHandshake|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.AppHandshake]]&lt;br /&gt;
* [[REST.Backend.EMSProvider.TEMSProvider|REST.Backend.EMSProvider.TEMSProvider]]&lt;br /&gt;
* [[REST.Backend.EMSProvider.EEMSProviderError|REST.Backend.EMSProvider.EEMSProviderError]]&lt;br /&gt;
* [[rad_de:RAD Server Engine (EMS-Server)|RAD Server Engine (EMS-Server)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ApiVersion&amp;diff=811667</id>
		<title>REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ApiVersion</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ApiVersion&amp;diff=811667"/>
		<updated>2020-02-17T18:27:38Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ApiVersion|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ApiVersion| |{{InheritsFrom|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ApiVersion}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Version EMS-API&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; des EMS-Servers.&lt;br /&gt;
&lt;br /&gt;
Die Eigenschaft [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ApiVersion|ApiVersion]] enthält die Version der EMS-REST-API. Der Standardwert für die Eigenschaft [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ApiVersion|ApiVersion]] ist 1.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[REST.Backend.EMSApi.TEMSClientAPI.TConnectionInfo.ApiVersion|REST.Backend.EMSApi.TEMSClientAPI.TConnectionInfo.ApiVersion]]&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.UpdateApi|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.UpdateApi]]&lt;br /&gt;
* [[rad_de:RAD Server Engine (EMS-Server)|RAD Server Engine (EMS-Server)]]&lt;br /&gt;
* [[rad_de:RAD Server-Client-Anwendung|RAD Server-Client-Anwendung]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPort&amp;diff=811666</id>
		<title>REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPort</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPort&amp;diff=811666"/>
		<updated>2020-02-17T18:27:33Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPort|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPort| |{{InheritsFrom|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPort}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Port-Nummer des Proxy-Servers&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;, der den Zugriff auf den [[rad_de:RAD Server Engine (EMS-Server)|RAD Server Engine (EMS-Server)]] zulässt.&lt;br /&gt;
&lt;br /&gt;
Die Eigenschaft [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPort|ProxyPort]] setzt oder ermittelt die Port-Nummer des Proxy-Servers.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;Hinweis:&#039;&#039;&#039; Wenn die Port-Nummer 0 ist, wird diese Eigenschaft nicht verwendet.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyServer|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyServer]]&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyUsername|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyUsername]]&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPassword|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPassword]]&lt;br /&gt;
* [[REST.Client.TCustomRESTClient.ProxyPort|REST.Client.TCustomRESTClient.ProxyPort]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSLoggingService&amp;diff=811665</id>
		<title>EMS.Services.TEMSLoggingService</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSLoggingService&amp;diff=811665"/>
		<updated>2020-02-17T18:27:27Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:EMS.Services.TEMSLoggingService|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | EMS.Services.TEMSLoggingService | |{{InheritsFrom|EMS.Services.TEMSLoggingService}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Stellt Member für die Arbeit mit den Protokollen des [[rad_de:RAD Server Engine (EMS-Server)|EMS-Servers]] bereit.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dies ist eine Hilfsklasse für das Interface [[EMS.Services.IEMSLoggingService|IEMSLoggingService]].&lt;br /&gt;
&lt;br /&gt;
Die Eigenschaft [[EMS.Services.TEMSLoggingService.LoggingEnabled|LoggingEnabled]] gibt an, ob die Protokollierungsfunktion des EMS-Servers aktiviert ist oder nicht. Wenn die Protokollierungsfunktion aktiviert ist, können Sie mit [[EMS.Services.TEMSLoggingService.Log|Log]] dem EMS-Serverprotokoll eigene Einträge hinzufügen.&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.IEMSServices&amp;diff=811664</id>
		<title>EMS.Services.IEMSServices</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.IEMSServices&amp;diff=811664"/>
		<updated>2020-02-17T18:27:21Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:EMS.Services.IEMSServices|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | EMS.Services.IEMSServices | |{{InheritsFrom|EMS.Services.IEMSServices}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[rad_de:Objekt-Interfaces|Interface]], das Methoden für den Zugriff auf die Interfaces der Dienste des [[rad_de:RAD Server Engine (EMS-Server)|EMS-Servers]] bereitstellt.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Tipp:&#039;&#039;&#039; Die Unit [[EMS.Services|EMS.Services]] enthält Hilfsklassen für bestimmte Dienst-Interfaces; daher müssen Sie [[EMS.Services.IEMSServices|IEMSServices]] nicht verwenden, um auf diese Interfaces zuzugreifen. Für Interfaces, die keine Hilfsklassen bereitstellen, können Sie [[EMS.Services.TEMSServices|TEMSServices]] anstelle von [[EMS.Services.IEMSServices|IEMSServices]] verwenden.&lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.IEMSServices|IEMSServices]] stellt die folgenden Methoden bereit:&lt;br /&gt;
&lt;br /&gt;
* [[EMS.Services.IEMSServices.SupportsService|SupportsService]] zum Ermitteln, ob der EMS-Server einen bestimmten Dienst bereitstellt.&lt;br /&gt;
* [[EMS.Services.IEMSServices.GetService|GetService]] und [[EMS.Services.IEMSServices.TryGetService|TryGetService]] zum Zugriff auf einen Dienst.&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.ModuleResourcePatch&amp;diff=811663</id>
		<title>EMS.Services.TEMSInternalAPI.ModuleResourcePatch</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.ModuleResourcePatch&amp;diff=811663"/>
		<updated>2020-02-17T18:27:16Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:EMS.Services.TEMSInternalAPI.ModuleResourcePatch|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} |EMS.Services.TEMSInternalAPI.ModuleResourcePatch| | {{InheritsFrom|EMS.Services.TEMSInternalAPI.ModuleResourcePatch}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Führt eine &#039;&#039;&#039;PATCH&#039;&#039;&#039;-Ressourcenanforderung zum Aktualisieren der Informationen für eine bestimmte Ressource des EMS-EdgeModule aus.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.ModuleResourcePatch|ModuleResourcePatch]] übernimmt die folgenden Eingabeparameter:&lt;br /&gt;
&lt;br /&gt;
* {{Arg|AModuleName}}: Der Name der [[rad_de:RAD Server EdgeModules|RAD Server EdgeModules]] der Ressource.&lt;br /&gt;
* {{Arg|AResourceName}}: Der Ressourcenname des {{Arg|AModuleName}} zum Aktualisieren der Daten.&lt;br /&gt;
* {{Arg|ASegments}}: [[EMS.Services.TEMSResourceRequestSegments|Array mit URL-Segmenten]] des EMS-Ressourcenendpunkts zum Ausführen der Anforderung. Der Wert von {{Arg|ASegments}} kann &amp;lt;code&amp;gt;null&amp;lt;/code&amp;gt; sein.&lt;br /&gt;
* {{Arg|AQueryParams}}: [[EMS.Services.TEMSResourceRequestQueryParams|Abfrageparameter]] zum Ausführen einer gefilterten Ressourcenanforderung. Der Wert von {{Arg|AQueryParams}} kann &amp;lt;code&amp;gt;null&amp;lt;/code&amp;gt; sein.&lt;br /&gt;
* {{Arg|ARequestContent}}: [[EMS.Services.IEMSResourceRequestContent|Ressourcenanforderungsinhalt]], der für die Ausführung der PATCH-Anforderung an die Ressource benötigt wird.&lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.ModuleResourcePatch|ModuleResourcePatch]] gibt einen [[EMS.Services.IEMSResourceResponseContent|IEMSResourceResponseContent]] mit der Antwort vom EMS-Server zurück.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.TQueryParams|EMS.Services.TEMSInternalAPI.TQueryParams]]&lt;br /&gt;
* [[EMS.Services.TEMSResourceRequestSegments|EMS.Services.TEMSResourceRequestSegments]]&lt;br /&gt;
* [[EMS.Services.IEMSResourceRequest.Patch|EMS.Services.IEMSResourceRequest.Patch]]&lt;br /&gt;
* [[EMS.Services.IEMSResourceResponseContent|EMS.Services.IEMSResourceResponseContent]]&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.ModuleResourceDelete|EMS.Services.TEMSInternalAPI.ModuleResourceDelete]]&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.ModuleResourceGet|EMS.Services.TEMSInternalAPI.ModuleResourceGet]]&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.ModuleResourcePost|EMS.Services.TEMSInternalAPI.ModuleResourcePost]]&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.ModuleResourcePut|EMS.Services.TEMSInternalAPI.ModuleResourcePut]]&lt;br /&gt;
* [[rad_de:RAD Server EdgeModules|RAD Server EdgeModules]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:Seattle]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSApi.TEMSClientAPI.PushWhere&amp;diff=811662</id>
		<title>REST.Backend.EMSApi.TEMSClientAPI.PushWhere</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSApi.TEMSClientAPI.PushWhere&amp;diff=811662"/>
		<updated>2020-02-17T18:27:08Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:REST.Backend.EMSApi.TEMSClientAPI.PushWhere|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | REST.Backend.EMSApi.TEMSClientAPI.PushWhere | |{{InheritsFrom|REST.Backend.EMSApi.TEMSClientAPI.PushWhere}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Sendet die angegebenen [[rad_de:Push-Benachrichtigungen in RAD Server#Nutzdaten der EMS-Push-Meldung|Nutzdaten der EMS-Push-Meldung]] an den EMS-Server, damit der EMS-Server die Meldung an die Ziele umleitet, die mit der angegebenen [[rad_de:Push-Benachrichtigungen in RAD Server#Zielort für EMS-Push-Meldungen|&amp;quot;where&amp;quot;-Klausel]] übereinstimmen.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sie können optional eine Instanz von [[REST.Backend.EMSApi.TEMSClientAPI.TPushStatus|TPushStatus]] ({{Arg|AStatus}}) angeben, die [[REST.Backend.EMSApi.TEMSClientAPI.PushWhere|PushWhere]] mit den Statusinformationen der EMS-Push-Benachrichtigung füllt, die der EMS-Server bereitstellt.&lt;br /&gt;
&lt;br /&gt;
===Exceptions===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Exception&lt;br /&gt;
! Meldung&lt;br /&gt;
! Beschreibung&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; |&lt;br /&gt;
[[REST.Backend.EMSApi.EEMSClientAPIError|EEMSClientAPIError]]&lt;br /&gt;
|&lt;br /&gt;
MasterSecret erforderlich&lt;br /&gt;
|&lt;br /&gt;
[[REST.Backend.EMSApi.TEMSClientAPI.Authentication|Authentication]] ist [[REST.Backend.EMSApi.TEMSClientAPI.TAuthentication|TAuthentication.MasterSecret]] und [[REST.Backend.EMSApi.TEMSClientAPI.ConnectionInfo|ConnectionInfo]].[[REST.Backend.EMSApi.TEMSClientAPI.TConnectionInfo.MasterSecret|MasterSecret]] ist ein leerer String.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
Sitzungs-Token erforderlich&lt;br /&gt;
|&lt;br /&gt;
[[REST.Backend.EMSApi.TEMSClientAPI.Authentication|Authentication]] ist [[REST.Backend.EMSApi.TEMSClientAPI.TAuthentication|TAuthentication.Session]], und Sie haben sich nicht [[REST.Backend.EMSApi.TEMSClientAPI.Login|angemeldet]] oder das bei der Anmeldung ([[REST.Backend.EMSApi.TEMSClientAPI.Login|Login]]) angegebene Sitzungsauthentifizierungs-Token ist ein leerer String.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[REST.Backend.EMSApi.TEMSClientAPI.PushBroadcast|REST.Backend.EMSApi.TEMSClientAPI.PushBroadcast]]&lt;br /&gt;
* [[REST.Backend.EMSApi.TEMSClientAPI.PushToTarget|REST.Backend.EMSApi.TEMSClientAPI.PushToTarget]]&lt;br /&gt;
* [[REST.Backend.EMSApi.TEMSClientAPI.PushToChannels|REST.Backend.EMSApi.TEMSClientAPI.PushToChannels]]&lt;br /&gt;
&lt;br /&gt;
* [[REST.Backend.EMSApi.TEMSClientAPI.CreateAndroidInstallationObject|REST.Backend.EMSApi.TEMSClientAPI.CreateAndroidInstallationObject]]&lt;br /&gt;
* [[REST.Backend.EMSApi.TEMSClientAPI.CreateIOSInstallationObject|REST.Backend.EMSApi.TEMSClientAPI.CreateIOSInstallationObject]]&lt;br /&gt;
* [[REST.Backend.EMSApi.TEMSClientAPI.UploadInstallation|REST.Backend.EMSApi.TEMSClientAPI.UploadInstallation]]&lt;br /&gt;
* [[REST.Backend.EMSApi.TEMSClientAPI.UpdateInstallation|REST.Backend.EMSApi.TEMSClientAPI.UpdateInstallation]]&lt;br /&gt;
* [[REST.Backend.EMSApi.TEMSClientAPI.DeleteInstallation|REST.Backend.EMSApi.TEMSClientAPI.DeleteInstallation]]&lt;br /&gt;
* [[REST.Backend.EMSApi.TEMSClientAPI.QueryInstallations|REST.Backend.EMSApi.TEMSClientAPI.QueryInstallations]]&lt;br /&gt;
* [[REST.Backend.EMSApi.TEMSClientAPI.RetrieveInstallation|REST.Backend.EMSApi.TEMSClientAPI.RetrieveInstallation]]&lt;br /&gt;
* [[REST.Backend.EMSApi.TEMSClientAPI.RetrieveInstallationsChannelNames|REST.Backend.EMSApi.TEMSClientAPI.RetrieveInstallationsChannelNames]]&lt;br /&gt;
* [[REST.Backend.EMSApi.TEMSClientAPI.RetrieveInstallationsFields|REST.Backend.EMSApi.TEMSClientAPI.RetrieveInstallationsFields]]&lt;br /&gt;
&lt;br /&gt;
* [[REST.Backend.EMSApi.TEMSClientAPI.PushBody|REST.Backend.EMSApi.TEMSClientAPI.PushBody]]&lt;br /&gt;
&lt;br /&gt;
* [[rad_de:Push-Benachrichtigungen in RAD Server|Push-Benachrichtigungen in RAD Server]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TEMSProvider.MasterSecret&amp;diff=811661</id>
		<title>REST.Backend.EMSProvider.TEMSProvider.MasterSecret</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TEMSProvider.MasterSecret&amp;diff=811661"/>
		<updated>2020-02-17T18:27:03Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:REST.Backend.EMSProvider.TEMSProvider.MasterSecret|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | REST.Backend.EMSProvider.TEMSProvider.MasterSecret| |{{InheritsFrom|REST.Backend.EMSProvider.TEMSProvider.MasterSecret}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Autorisierungsschlüssel zum vollständigen Zugriff auf den EMS-Server.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der Schlüssel [[REST.Backend.EMSProvider.TEMSProvider.MasterSecret|MasterSecret]] autorisiert alle Anforderungen für einen vollständigen Zugriff auf alle [[rad_de:Übersicht über RAD Server-Ressourcen|EMS-Ressourcen]] und alle EMS-Daten, die in der [[rad_de:RAD Server Engine (EMS-Server)|EMS-Datenbank]] gespeichert sind.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[REST.Backend.EMSProvider.TEMSProvider.ApplicationId|REST.Backend.EMSProvider.TEMSProvider.ApplicationId]]&lt;br /&gt;
* [[REST.Backend.EMSProvider.TEMSProvider.AppSecret|REST.Backend.EMSProvider.TEMSProvider.AppSecret]]&lt;br /&gt;
* [[rad_de:Autorisierung mit RAD Server Engine|Autorisierung mit RAD Server Engine]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:Seattle]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.MetaTypes.IBackendModuleName&amp;diff=811660</id>
		<title>REST.Backend.MetaTypes.IBackendModuleName</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.MetaTypes.IBackendModuleName&amp;diff=811660"/>
		<updated>2020-02-17T18:26:57Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:REST.Backend.MetaTypes.IBackendModuleName|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | REST.Backend.MetaTypes.IBackendModuleName | |{{InheritsFrom|REST.Backend.MetaTypes.IBackendModuleName}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[REST.Backend.MetaTypes.IBackendModuleName|IBackendModuleName]] ist das Interface zum Abrufen des Namens eines Moduls.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[REST.Backend.MetaTypes.IBackendModuleName|IBackendModuleName]] enthält die Methode [[REST.Backend.MetaTypes.IBackendModuleName.GetModuleName|GetModuleName]] zum Abrufen des Namens eines Moduls, das auf dem Server registriert ist.&lt;br /&gt;
&lt;br /&gt;
Verwandte Interfaces:&lt;br /&gt;
&lt;br /&gt;
* Mit dem Interface [[REST.Backend.MetaTypes.IBackendModuleResourceName|IBackendModuleResourceName]] rufen Sie den Namen einer Ressource ab, die ein Modul auf einem Backend-Server registriert.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[REST.Backend.MetaTypes.IBackendModuleName.GetModuleName|REST.Backend.MetaTypes.IBackendModuleName.GetModuleName]]&lt;br /&gt;
* [[REST.Backend.MetaTypes.IBackendModuleResourceName|REST.Backend.MetaTypes.IBackendModuleResourceName]]&lt;br /&gt;
* [[rad_de:RAD Server EdgeModules|EMS-EdgeModule]]&lt;br /&gt;
* [[rad_de:RAD Server Engine (EMS-Server)|RAD Server Engine (EMS-Server)]]&lt;br /&gt;
* [[rad_de:Übersicht über RAD Server-Ressourcen|Übersicht über RAD Server-Ressourcen]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Seattle]]&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=System.Sensors.TCustomLocationSensor&amp;diff=811659</id>
		<title>System.Sensors.TCustomLocationSensor</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=System.Sensors.TCustomLocationSensor&amp;diff=811659"/>
		<updated>2020-02-17T18:26:52Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Sensors.TCustomLocationSensor|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Sensors.TCustomLocationSensor | |{{InheritsFrom|System.Sensors.TCustomLocationSensor}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Ermittelt die Positionsdaten des Geräts.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Der Positionssensor muss mit der Methode [[System.Sensors.TCustomSensor.Start|Start]] gestartet werden. [[System.Sensors.TCustomSensor.Start|Start]] teilt dem Benutzer Änderungen der Position des Geräts und andere Informationen mit. Mit der Methode [[System.Sensors.TCustomSensor.Stop|Stop]] wird der Empfang von Positionsaktualisierungen durch den Positionssensor beendet.&lt;br /&gt;
&lt;br /&gt;
Der Positionssensor kann die Positionsdaten des Geräts über verschiedene hardwarespezifische Methoden ermitteln. Durch die verwendete Methode erhält der Positionssensor einen bestimmten Typ. [[System.Sensors.TCustomLocationSensor.SensorType|SensorType]] gibt den Typ des Positionssensors zurück.&lt;br /&gt;
&lt;br /&gt;
Da Positionssensoren hinsichtlich ihrer Funktionalität und der Daten, die sie bereitstellen können, unterschiedlich sind, muss die Eigenschaft [[System.Sensors.TCustomLocationSensor.AvailableProperties|AvailableProperties]] zum Ermitteln der tatsächlichen Eigenschaften im Positionssensorobjekt, die verwendet werden können und gültige Werte haben, abgefragt werden. Beispielsweise könnte es einen Sensor geben, der nur die Eigenschaften &amp;quot;Latitude&amp;quot; und &amp;quot;Longitude&amp;quot; bereitstellen kann. In diesem Fall enthält [[System.Sensors.TCustomLocationSensor.AvailableProperties|AvailableProperties]] nur [[System.Sensors.TCustomLocationSensor.Latitude|Latitude]] und [[System.Sensors.TCustomLocationSensor.Longitude|Longitude]]. Die übrigen positionsrelevanten Eigenschaften enthalten keine gültigen Werte.&lt;br /&gt;
&lt;br /&gt;
Ein Positionssensor kann Aktualisierungen der Positionsdaten nur zurückgeben, wenn er dazu autorisiert ist. Der Benutzer muss dazu im Betriebssystem angeben, ob der Sensor die Position des Geräts ermitteln darf. [[System.Sensors.TCustomLocationSensor.Authorized|Authorized]] enthält die diesbezügliche Angabe des Benutzers.&lt;br /&gt;
&lt;br /&gt;
[[System.Sensors.TCustomLocationSensor.Accuracy|Accuracy]] repräsentiert die Genauigkeit, mit der der Sensor das Gerät geografisch ortet, relativ zu dem geografischen Punkt, an dem sich das Gerät tatsächlich befindet.&lt;br /&gt;
&lt;br /&gt;
[[System.Sensors.TCustomLocationSensor.Distance|Distance]] ist die Entfernung, die das Gerät mindestens bewegt werden muss, damit der Positionssensor eine neue Ortung des Geräts vornimmt und die neuen Positionsdaten zurückgibt.&lt;br /&gt;
&lt;br /&gt;
Der Positionssensor verfügt über Eigenschaften, mit denen Positionsdaten des Geräts ermittelt werden können. Abhängig von der Plattform und der Sensorhardware sind die Daten in diesen Eigenschaften möglicherweise nicht sofort bei Anforderung verfügbar, sondern erst, wenn der Sensor die tatsächlichen Daten empfängt.&lt;br /&gt;
&lt;br /&gt;
Einige Sensoren arbeiten synchron, andere asynchron. [[System.Sensors.TCustomLocationSensor|TCustomLocationSensor]] versucht, diese Unterschiede zwischen Positionssensoren und plattformspezifischen Funktionen abzufangen und Positionssensoren in einer einfach zu verwendenden Benutzeroberfläche zu vereinheitlichen. Bei Datenanforderungen von synchronen Sensoren muss der aufrufende Thread warten, bis die Daten ermittelt werden können, bei Datenanforderungen von asynchronen Sensoren werden die Threads dagegen nicht blockiert und der Programmablauf kann normal fortgesetzt werden, bis der Positionssensor die Positionsdaten ermittelt. An diesem Punkt ruft der Positionssensor eine Callback-Funktion auf, um die Daten über die Position des Geräts zu ermitteln.&lt;br /&gt;
&lt;br /&gt;
Um die Unterschiede zwischen diesem entgegengesetzten Verhalten auszugleichen, arbeitet [[System.Sensors.TCustomLocationSensor|TCustomLocationSensor]] so, als ob der Sensor synchron wäre. Wenn die zugrunde liegenden Plattformklassen asynchron arbeiten, gibt [[System.Sensors.TCustomLocationSensor|TCustomLocationSensor]] beim Lesen einer Eigenschaft einen zwischengespeicherten Wert für diese Eigenschaft, in der Regel den zuletzt ermittelten Wert, zurück. Wenn kein letzter Wert vorhanden ist, dann wird so lange ein Standardwert zurückgegeben, bis der Sensor die Positionsdaten ermittelt hat.&lt;br /&gt;
&lt;br /&gt;
===Plattformunterstützung===&lt;br /&gt;
&lt;br /&gt;
====Sensordaten====&lt;br /&gt;
&lt;br /&gt;
Die folgende Tabelle enthält Einzelheiten zur Plattformunterstützung für Eigenschaften, die Daten von einem Positionssensor bereitstellen:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;smalltable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Element&lt;br /&gt;
![[rad_de:Mobile Android-Anwendungsentwicklung|Android]]&lt;br /&gt;
![[rad_de:Mobile iOS-Anwendungsentwicklung|iOS]]&lt;br /&gt;
! [[rad_de:MacOS-Anwendungsentwicklung|OS X]]&lt;br /&gt;
![[rad_de:Windows-Entwicklerhandbuch - Index|Windows]]&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.Address1|Adresse1]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.Address2|Adresse2]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.Altitude|Altitude]]&lt;br /&gt;
| Unterstützt&lt;br /&gt;
| Unterstützt&lt;br /&gt;
| Unterstützt&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.City|City]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.CountryRegion|CountryRegion]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.ErrorRadius|ErrorRadius]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.Latitude|Latitude]]&lt;br /&gt;
| Unterstützt&lt;br /&gt;
| Unterstützt&lt;br /&gt;
| Unterstützt&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.Longitude|Longitude]]&lt;br /&gt;
| Unterstützt&lt;br /&gt;
| Unterstützt&lt;br /&gt;
| Unterstützt&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.MagneticHeading|MagneticHeading]]&lt;br /&gt;
|&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.PostalCode|PostalCode]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.Speed|Speed]]&lt;br /&gt;
| Unterstützt&lt;br /&gt;
| Unterstützt&lt;br /&gt;
| Unterstützt&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.TrueHeading|TrueHeading]]&lt;br /&gt;
| Unterstützt&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Sensoreigenschaften====&lt;br /&gt;
&lt;br /&gt;
Die folgende Tabelle enthält Einzelheiten zur Plattformunterstützung für Eigenschaften, mit denen Sie einen Positionssensor konfigurieren und verwalten können:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;smalltable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Element&lt;br /&gt;
![[rad_de:Mobile Android-Anwendungsentwicklung|Android]]&lt;br /&gt;
![[rad_de:Mobile iOS-Anwendungsentwicklung|iOS]]&lt;br /&gt;
! [[rad_de:MacOS-Anwendungsentwicklung|OS X]]&lt;br /&gt;
![[rad_de:Windows-Entwicklerhandbuch - Index|Windows]]&lt;br /&gt;
! Bemerkungen&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.Accuracy|Accuracy]]&lt;br /&gt;
|&lt;br /&gt;
| Unterstützt&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.Distance|Distance]]&lt;br /&gt;
|&lt;br /&gt;
| Unterstützt&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
* Unter &#039;&#039;&#039;iOS&#039;&#039;&#039; müssen Sie [[System.Sensors.TCustomLocationSensor.LocationChange|LocationChange]] auf [[System.Sensors.TLocationChangeType|TLocationChangeType.lctSmall]] setzen, damit Sie [[System.Sensors.TCustomLocationSensor.Distance|Distance]] verwenden können.&lt;br /&gt;
* Verwenden Sie unter &#039;&#039;&#039;Windows&#039;&#039;&#039; stattdessen die weniger genaue Eigenschaft [[System.Sensors.TCustomLocationSensor.LocationChange|LocationChange]].&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.LocationChange|LocationChange]]&lt;br /&gt;
|&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|&lt;br /&gt;
* Wenn Sie unter &#039;&#039;&#039;iOS&#039;&#039;&#039; eine kleine Positionsänderung ([[System.Sensors.TLocationChangeType|TLocationChangeType.lctSmall]]) auswählen, können Sie zusätzlich [[System.Sensors.TCustomLocationSensor.Distance|Distance]] verwenden, um einen genaueren Wert festzulegen.&lt;br /&gt;
* Verwenden Sie unter &#039;&#039;&#039;OS X&#039;&#039;&#039; stattdessen die genauere Eigenschaft [[System.Sensors.TCustomLocationSensor.Distance|Distance]].&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.Optimize|Optimize]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|&lt;br /&gt;
* Unter &#039;&#039;&#039;iOS&#039;&#039;&#039; und &#039;&#039;&#039;OS X&#039;&#039;&#039; bestimmt der [[System.Sensors.TLocationSensorType|Typ]] des Positionssensors, den Sie [[System.Sensors.TSensorManager.GetSensorsByCategory|auswählen]], wie z. B. [[System.Sensors.TLocationSensorType|GPS]] oder [[System.Sensors.TLocationSensorType|Lookup]], den Optimierungsgrad.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[System.Sensors.TCustomLocationSensor.Regions|Regions]]&lt;br /&gt;
|&lt;br /&gt;
| Unterstützt&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;  [[rad_de:Mobile-Tutorial: Verwenden von Positionssensoren (iOS und Android)|Mobile-Tutorial: Verwenden von Positionssensoren (iOS und Android)]]&#039;&#039;&#039;&lt;br /&gt;
* [[Samp_en:FMX.SensorInfo Sample|FMX.SensorInfo (Beispiel)]]&lt;br /&gt;
*[[rad_de:Codefragmente für die mobile Entwicklung|Codefragmente für die mobile Entwicklung (Location-Codefragment)]]&lt;br /&gt;
*[[System.Sensors.Components.TLocationSensor|System.Sensors.Components.TLocationSensor]]&lt;br /&gt;
*[[System.Sensors.TCustomSensor|System.Sensors.TCustomSensor]]&lt;br /&gt;
* [[System.Sensors.TCustomSensor.Start|System.Sensors.TCustomSensor.Start]]&lt;br /&gt;
* [[System.Sensors.TCustomSensor.Stop|System.Sensors.TCustomSensor.Stop]]&lt;br /&gt;
*[[System.Sensors.TCustomLocationSensor.SensorType|System.Sensors.TCustomLocationSensor.SensorType]]&lt;br /&gt;
*[[System.Sensors.TCustomLocationSensor.AvailableProperties|System.Sensors.TCustomLocationSensor.AvailableProperties]]&lt;br /&gt;
*[[System.Sensors.TCustomLocationSensor.Latitude|System.Sensors.TCustomLocationSensor.Latitude]]&lt;br /&gt;
*[[System.Sensors.TCustomLocationSensor.Longitude|System.Sensors.TCustomLocationSensor.Longitude]]&lt;br /&gt;
*[[System.Sensors.TCustomLocationSensor.Authorized|System.Sensors.TCustomLocationSensor.Authorized]]&lt;br /&gt;
*[[System.Sensors.TCustomLocationSensor.Accuracy|System.Sensors.TCustomLocationSensor.Accuracy]]&lt;br /&gt;
*[[System.Sensors.TCustomLocationSensor.Distance|System.Sensors.TCustomLocationSensor.Distance]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE3]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.SignupUser&amp;diff=811658</id>
		<title>EMS.Services.TEMSInternalAPI.SignupUser</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.SignupUser&amp;diff=811658"/>
		<updated>2020-02-17T18:26:46Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:EMS.Services.TEMSInternalAPI.SignupUser|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | EMS.Services.TEMSInternalAPI.SignupUser| |{{InheritsFrom|EMS.Services.TEMSInternalAPI.SignupUser}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Registriert einen neuen EMS-Benutzer beim EMS Server.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Die Methode [[EMS.Services.TEMSInternalAPI.SignupUser|SignupUser]] ist überladen:&lt;br /&gt;
&lt;br /&gt;
* Die erste überladene Methode fügt einem TJSONObject den {{Arg|AUserName}}, das {{Arg|APassword}} und (optional) die benutzerdefinierten {{Arg|AUserFields}} hinzu. Diese Methode ruft die zweite überladene [[EMS.Services.TEMSInternalAPI.SignupUser|SignupUser]]-Methode mit dem resultierenden [[System.JSON.TJSONObject|TJSONObject]] auf.&lt;br /&gt;
* Die zweite überladene Methode registriert einen neuen EMS-Benutzer beim EMS-Server. {{Arg|AJSONBody}} enthält die EMS-Benutzerdaten als TJSONObject. Die EMS-Felder Username und Password sind erforderlich.&lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.SignupUser|SignupUser]] gibt einen [[EMS.Services.IEMSResourceResponseContent|IEMSResourceResponseContent]] zum Lesen der Antwort aus der Ressource zurück. Die Antwort vom EMS-Server enthält den Sitzungsbezeichner.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[EMS.Services.IEMSResourceResponseContent|EMS.Services.IEMSResourceResponseContent]]&lt;br /&gt;
* [[EMS.Services.IEMSResourceRequest.Post|EMS.Services.IEMSResourceRequest.Post]]&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.AddUser|EMS.Services.TEMSInternalAPI.AddUser]]&lt;br /&gt;
* [[System.JSON.TJSONObject|System.JSON.TJSONObject]]&lt;br /&gt;
* [[rad_de:RAD Server-Ressource &amp;quot;Benutzer&amp;quot;|RAD Server-Ressource &amp;quot;Benutzer&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost&amp;diff=811657</id>
		<title>REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost&amp;diff=811657"/>
		<updated>2020-02-17T18:26:40Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} |REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost| |{{InheritsFrom|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;URL-Hostwert&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; für die Anforderung an den [[rad_de:RAD Server Engine (EMS-Server)|RAD Server Engine (EMS-Server)]].&lt;br /&gt;
&lt;br /&gt;
Die Eigenschaft [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost|URLHost]] enthält einen String mit dem URL-Hostwert des EMS-Servers. Verwenden Sie:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;localhost&amp;lt;/code&amp;gt;, wenn der EMS-Server auf dem gleichen Computer ausgeführt wird.&lt;br /&gt;
* IP-Adresse des Standard-EMS-Servers, wenn er auf einem unterschiedlichen Computer ausgeführt wird.&lt;br /&gt;
&lt;br /&gt;
Die [[rad_de:RAD Server-Client-Anwendung|RAD Server-Client-Anwendung]] stellt mit den Eigenschaften [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLHost|URLHost]] und [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLPort|URLPort]] HTTP-Anforderungen an den [[rad_de:RAD Server Engine (EMS-Server)|RAD Server Engine (EMS-Server)]].&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLPort|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLPort]]&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLProtocol|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.URLProtocol]]&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.CheckURL|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.CheckURL]]&lt;br /&gt;
* [[rad_de:RAD Server-Client-Anwendung|RAD Server-Client-Anwendung]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyServer&amp;diff=811656</id>
		<title>REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyServer</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyServer&amp;diff=811656"/>
		<updated>2020-02-17T18:26:35Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyServer|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyServer| |{{InheritsFrom|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyServer}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Servername für den Proxy-Server&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;, der den Zugriff auf den [[rad_de:RAD Server Engine (EMS-Server)|RAD Server Engine (EMS-Server)]] zulässt.&lt;br /&gt;
&lt;br /&gt;
Die Eigenschaft [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyServer|ProxyServer]] setzt oder ermittelt die IP-Adresse oder einen voll qualifizierten Domänennamen für den Proxy-Server.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;Hinweis:&#039;&#039;&#039; Wenn diese Eigenschaft leer ist, wird kein Proxy-Server für die Verbindung mit dem EMS-Server verwendet.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPassword|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPassword]]&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPort|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPort]]&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyUsername|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyUsername]]&lt;br /&gt;
* [[REST.Client.TCustomRESTClient.ProxyServer|REST.Client.TCustomRESTClient.ProxyServer]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.UpdateGroup&amp;diff=811655</id>
		<title>EMS.Services.TEMSInternalAPI.UpdateGroup</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.UpdateGroup&amp;diff=811655"/>
		<updated>2020-02-17T18:26:26Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:EMS.Services.TEMSInternalAPI.UpdateGroup|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} |EMS.Services.TEMSInternalAPI.UpdateGroup| | {{InheritsFrom|EMS.Services.TEMSInternalAPI.UpdateGroup}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Aktualisiert die Felder einer EMS-Gruppe. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.UpdateGroup|UpdateGroup]] aktualisiert den Inhalt einer gegebenen EMS-Gruppe auf dem EMS-Server, indem benutzerdefinierte Felder hinzugefügt, aktualisiert oder gelöscht werden.&lt;br /&gt;
&lt;br /&gt;
* Um ein neues Feld hinzuzufügen, fügen Sie dem [[System.JSON.TJSONObject|TJSONObject]] ein benutzerdefiniertes Name/Wert-Paar hinzu.&lt;br /&gt;
* Um ein Feld zu löschen, übergeben Sie im [[System.JSON|JSON]]-Objekt einen &amp;lt;code&amp;gt;null&amp;lt;/code&amp;gt;-Wert für dieses Paar.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
 {&amp;quot;SomeName&amp;quot;:null} &lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Die Methode [[EMS.Services.TEMSInternalAPI.UpdateGroup|UpdateGroup]] erhält die folgenden Parameter:&lt;br /&gt;
&lt;br /&gt;
* {{Arg|AGroupName}}: EMS-Gruppenname, der eine vorhandene EMS-Gruppe im EMS-Server bezeichnet.&lt;br /&gt;
* {{Arg|AGroupFields}}: [[System.JSON.TJSONObject|TJSONObject]] mit den benutzerdefinierten Felder einer EMS-Gruppe.&lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.UpdateGroup|UpdateGroup]] gibt einen [[EMS.Services.IEMSResourceResponseContent|IEMSResourceResponseContent]] zum Lesen der Antwort vom EMS-Server zurück.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[EMS.Services.IEMSResourceRequest.CreateRequestContent|EMS.Services.IEMSResourceRequest.CreateRequestContent]]&lt;br /&gt;
* [[EMS.Services.IEMSResourceRequest.Post|EMS.Services.IEMSResourceRequest.Post]]&lt;br /&gt;
* [[EMS.Services.IEMSResourceResponseContent|EMS.Services.IEMSResourceResponseContent]]&lt;br /&gt;
* [[System.JSON.TJSONObject|System.JSON.TJSONObject]]&lt;br /&gt;
* [[rad_de:RAD Server-Ressource &amp;quot;Benutzer&amp;quot;|RAD Server-Ressource &amp;quot;Benutzer&amp;quot;]]&lt;br /&gt;
* [[rad_de:RAD Server-Ressource &amp;quot;Gruppen&amp;quot;|RAD Server-Ressource &amp;quot;Gruppen&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.IGetEMSApi.GetEMSAPI&amp;diff=811654</id>
		<title>REST.Backend.EMSProvider.IGetEMSApi.GetEMSAPI</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.IGetEMSApi.GetEMSAPI&amp;diff=811654"/>
		<updated>2020-02-17T18:26:20Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:REST.Backend.EMSProvider.IGetEMSApi.GetEMSAPI|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | REST.Backend.EMSProvider.IGetEMSApi.GetEMSAPI | |{{InheritsFrom|REST.Backend.EMSProvider.IGetEMSApi.GetEMSAPI}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Getter-Methode der Eigenschaft [[REST.Backend.EMSProvider.IGetEMSApi.EMSAPI|EMSAPI]].&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[REST.Backend.EMSProvider.TEMSServiceAPI|REST.Backend.EMSProvider.TEMSServiceAPI]] &lt;br /&gt;
* [[REST.Backend.EMSProvider.TEMSBackendService|REST.Backend.EMSProvider.TEMSBackendService]]&lt;br /&gt;
* [[rad_de:RAD Server Engine (EMS-Server)|RAD Server Engine (EMS-Server)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.IEMSResourceRequest.Get&amp;diff=811653</id>
		<title>EMS.Services.IEMSResourceRequest.Get</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.IEMSResourceRequest.Get&amp;diff=811653"/>
		<updated>2020-02-17T18:26:14Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:EMS.Services.IEMSResourceRequest.Get|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | EMS.Services.IEMSResourceRequest.Get| |{{InheritsFrom|EMS.Services.IEMSResourceRequest.Get}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Führt eine &#039;&#039;&#039;GET&#039;&#039;&#039;-Ressourcenanforderung aus&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;, um die von der Ressourcenanforderung bezeichneten Informationen abzurufen. Der [[EMS.ResourceAPI.TEndpointRequest.TMethod|Methoden]]-Typ der Ressourcenanforderung ist &#039;&#039;&#039;get&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Die Methode [[EMS.Services.IEMSResourceRequest.Get|Get]] erhält die folgenden Eingabeparameter:&lt;br /&gt;
&lt;br /&gt;
* {{Arg|AContext}}: [[EMS.Services.IEMSResourceRequestContext|Kontext]] der GET-Ressourcenanforderung.&lt;br /&gt;
* {{Arg|AResourceName}}: Ressourcennamensbezeichner zum Ausführen der Ressourcenanforderung. Die integrierten Ressourcennamen sind Users, Groups und Installations.&lt;br /&gt;
* {{Arg|ASegments}}: [[EMS.Services.TEMSResourceRequestSegments|Array mit URL-Segmenten]] des EMS-Ressourcenendpunkts zum Ausführen der Anforderung.&lt;br /&gt;
* {{Arg|AQueryParams}}: [[EMS.Services.TEMSResourceRequestQueryParams|Abfrageparameter]] zum Ausführen einer gefilterten GET-Ressourcenanforderung. Setzen Sie {{Arg|AQueryParams}} auf &amp;lt;code&amp;gt;null&amp;lt;/code&amp;gt;, um alle Daten aus der Ressource abzurufen.&lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.IEMSResourceRequest.Get|Get]] gibt einen [[EMS.Services.IEMSResourceResponseContent|IEMSResourceResponseContent]] mit der Antwort vom EMS-Server zurück.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[EMS.Services.IEMSResourceRequest.Execute|EMS.Services.IEMSResourceRequest.Execute]]&lt;br /&gt;
* [[EMS.Services.TEMSResourceRequestSegments|EMS.Services.TEMSResourceRequestSegments]]&lt;br /&gt;
* [[EMS.ResourceAPI.TEndpointContext|EMS.ResourceAPI.TEndpointContext]]&lt;br /&gt;
* [[rad_de:Übersicht über RAD Server-Ressourcen|Übersicht über RAD Server-Ressourcen]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TEMSProvider.ProxyPassword&amp;diff=811652</id>
		<title>REST.Backend.EMSProvider.TEMSProvider.ProxyPassword</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TEMSProvider.ProxyPassword&amp;diff=811652"/>
		<updated>2020-02-17T18:26:09Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:REST.Backend.EMSProvider.TEMSProvider.ProxyPassword|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | REST.Backend.EMSProvider.TEMSProvider.ProxyPassword| |{{InheritsFrom|REST.Backend.EMSProvider.TEMSProvider.ProxyPassword}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Passwort zur Authentifizierung eines [[REST.Backend.EMSProvider.TEMSProvider.ProxyUsername|Benutzernamens]] im Proxy-Server&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;, mit dem Sie auf den [[rad_de:RAD Server Engine (EMS-Server)|RAD Server Engine (EMS-Server)]] zugreifen können.&lt;br /&gt;
&lt;br /&gt;
Der Proxy-Server verwendet die Eigenschaften [[REST.Backend.EMSProvider.TEMSProvider.ProxyUsername|ProxyUsername]] und [[REST.Backend.EMSProvider.TEMSProvider.ProxyPassword|ProxyPassword]] zur Authentifizierung.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;Hinweis:&#039;&#039;&#039; Wenn der Proxy-Server keine Authentifizierung benötigt, lassen Sie ihn leer.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[REST.Backend.EMSProvider.TEMSProvider.ProxyServer|REST.Backend.EMSProvider.TEMSProvider.ProxyServer]]&lt;br /&gt;
* [[REST.Backend.EMSProvider.TEMSProvider.ProxyPort|REST.Backend.EMSProvider.TEMSProvider.ProxyPort]]&lt;br /&gt;
* [[REST.Backend.EMSProvider.TEMSProvider.ProxyUsername|REST.Backend.EMSProvider.TEMSProvider.ProxyUsername]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:Seattle]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.Groups&amp;diff=811651</id>
		<title>EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.Groups</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.Groups&amp;diff=811651"/>
		<updated>2020-02-17T18:26:03Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.Groups|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.Groups | |{{InheritsFrom|EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.Groups}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Generics.Collections.TArray|Liste]] mit [[rad_de:RAD Server-Ressource &amp;quot;Gruppen&amp;quot;|Benutzergruppen]], die auf diesen Endpunkt oder diese Ressource zugreifen dürfen.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[System.UnicodeString|System.UnicodeString]]&lt;br /&gt;
&lt;br /&gt;
* [[EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.Users|EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.Users]]&lt;br /&gt;
* [[EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.AllowCreator|EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.AllowCreator]]&lt;br /&gt;
* [[EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.IsPublic|EMS.ResourceAPI.TEMSEndpointAuthorization.TACL.IsPublic]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.PushBroadcast&amp;diff=811650</id>
		<title>EMS.Services.TEMSInternalAPI.PushBroadcast</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.PushBroadcast&amp;diff=811650"/>
		<updated>2020-02-17T18:25:57Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:EMS.Services.TEMSInternalAPI.PushBroadcast|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | EMS.Services.TEMSInternalAPI.PushBroadcast| |{{InheritsFrom|EMS.Services.TEMSInternalAPI.PushBroadcast}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Sendet eine EMS-Push-Benachrichtigung an alle EMS-Installationen&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;, die auf dem EMS-Server registriert sind.&lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.PushBroadcast|PushBroadcast]] [[EMS.Services.TEMSInternalAPI.PushToTarget|sendet]] eine EMS-Push-Benachrichtigung an &#039;&#039;&#039;alle&#039;&#039;&#039; EMS-Installationen.&lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.PushBroadcast|PushBroadcast]] gibt einen [[EMS.Services.IEMSResourceResponseContent|IEMSResourceResponseContent]] zum Lesen der Antwort aus der Ressource zurück.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.PushToTarget|EMS.Services.TEMSInternalAPI.PushToTarget]]&lt;br /&gt;
* [[EMS.Services.IEMSResourceResponseContent|EMS.Services.IEMSResourceResponseContent]]&lt;br /&gt;
* [[System.JSON.TJSONObject|System.JSON.TJSONObject]]&lt;br /&gt;
* [[rad_de:RAD Server-Ressource &amp;quot;Push&amp;quot;|RAD Server-Ressource &amp;quot;Push&amp;quot;]]&lt;br /&gt;
* [[rad_de:RAD Server-Ressource &amp;quot;Installationen&amp;quot;|RAD Server-Ressource &amp;quot;Installationen&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.PushToChannels&amp;diff=811649</id>
		<title>EMS.Services.TEMSInternalAPI.PushToChannels</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.PushToChannels&amp;diff=811649"/>
		<updated>2020-02-17T18:25:52Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:EMS.Services.TEMSInternalAPI.PushToChannels|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | EMS.Services.TEMSInternalAPI.PushToChannels| |{{InheritsFrom|EMS.Services.TEMSInternalAPI.PushToChannels}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Sendet eine EMS-Push-Benachrichtigung an die EMS-Installationen, die die EMS-Kanäle abonniert haben.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.PushToChannels|PushToChannels]] sendet die EMS-Push-Benachrichtigung {{Arg|AData}} an die EMS-Installationen, die einen der {{Arg|AChannels}} abonniert haben.&lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.PushToChannels|PushToChannels]] gibt einen [[EMS.Services.IEMSResourceResponseContent|IEMSResourceResponseContent]] zum Lesen der Antwort aus der Ressource zurück.&lt;br /&gt;
&lt;br /&gt;
Wenn keine EMS-Kanäle übergeben werden, löst [[EMS.Services.TEMSInternalAPI.PushToChannels|PushToChannels]] einen [[EMS.Services.EEMSInternalAPIError|Fehler]] aus: &amp;lt;code&amp;gt;Kanalnamen erwartet&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[EMS.Services.IEMSResourceRequest.Post|EMS.Services.IEMSResourceRequest.Post]]&lt;br /&gt;
* [[EMS.Services.IEMSResourceResponseContent|EMS.Services.IEMSResourceResponseContent]]&lt;br /&gt;
* [[System.JSON.TJSONObject|System.JSON.TJSONObject]]&lt;br /&gt;
* [[rad_de:RAD Server-Ressource &amp;quot;Push&amp;quot;|RAD Server-Ressource &amp;quot;Push&amp;quot;]]&lt;br /&gt;
* [[rad_de:RAD Server-Ressource &amp;quot;Installationen&amp;quot;|RAD Server-Ressource &amp;quot;Installationen&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=System.Sensors.TCustomLocationSensor.Accuracy&amp;diff=811648</id>
		<title>System.Sensors.TCustomLocationSensor.Accuracy</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=System.Sensors.TCustomLocationSensor.Accuracy&amp;diff=811648"/>
		<updated>2020-02-17T18:25:46Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Sensors.TCustomLocationSensor.Accuracy|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Sensors.TCustomLocationSensor.Accuracy | |{{InheritsFrom|System.Sensors.TCustomLocationSensor.Accuracy}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Sensors.TCustomLocationSensor|Genauigkeit (in Meter)]] der geografischen Positionsdaten, die vom [[System.Sensors.TCustomLocationSensor|Positionssensor]] bereitgestellt werden.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Das Gerät, auf dem Ihre Anwendung ausgeführt wird, darf nicht mehr als die angegebene Anzahl von Metern von der durch den [[System.Sensors.TCustomLocationSensor|Positionssensor]] gemeldeten geografischen Position entfernt sein.&lt;br /&gt;
&lt;br /&gt;
Sie können diesen Wert ändern, um die gewünschte [[System.Sensors.TCustomLocationSensor|Genauigkeit]] (in Meter) anzugeben. Sensoren versuchen, die angeforderte Genauigkeit zu erreichen, aber die tatsächliche Genauigkeit kann nicht garantiert werden. Sie sollten die geringste Genauigkeit, die für Ihre Anwendung ausreichend ist, angeben; je höher die Genauigkeit ist, desto größer ist der Zeitbedarf und der Energieverbrauch, den der Sensor zur Bestimmung der Position benötigt.&lt;br /&gt;
&lt;br /&gt;
Wenn die Genauigkeit unbekannt ist oder nicht unterstützt wird, ist ihr Wert &amp;lt;source lang=&amp;quot;delphi&amp;quot; enclose=&amp;quot;none&amp;quot;&amp;gt;NaN&amp;lt;/source&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Plattformunterstützung===&lt;br /&gt;
&lt;br /&gt;
Diese Eigenschaft wird nur unter [[rad_de:Mobile iOS-Anwendungsentwicklung|iOS]] und [[rad_de:MacOS-Anwendungsentwicklung|OS X]] unterstützt.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[System.Sensors.TLocationAccuracy|System.Sensors.TLocationAccuracy]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Sensors.TCustomLocationSensor.LocationChange|System.Sensors.TCustomLocationSensor.LocationChange]]&lt;br /&gt;
* [[System.Sensors.TCustomSensor.Start|System.Sensors.TCustomSensor.Start]]&lt;br /&gt;
* [[System.Sensors.TCustomSensor.Stop|System.Sensors.TCustomSensor.Stop]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Sensors.Components.TLocationSensor.Accuracy|System.Sensors.Components.TLocationSensor.Accuracy]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE4]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.ResourceTypes.TEMSResourceEndPoint.SegmentParameters&amp;diff=811647</id>
		<title>EMS.ResourceTypes.TEMSResourceEndPoint.SegmentParameters</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.ResourceTypes.TEMSResourceEndPoint.SegmentParameters&amp;diff=811647"/>
		<updated>2020-02-17T18:25:40Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:EMS.ResourceTypes.TEMSResourceEndPoint.SegmentParameters|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | EMS.ResourceTypes.TEMSResourceEndPoint.SegmentParameters| |{{InheritsFrom|EMS.ResourceTypes.TEMSResourceEndPoint.SegmentParameters}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Gibt eine [[EMS.ResourceTypes.TEMSEndpointSegmentList|Liste]] der URL-Segmente zurück, die mit dem Endpunkt übereinstimmen. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[EMS.ResourceTypes.TEMSEndpointSegmentList|EMS.ResourceTypes.TEMSEndpointSegmentList]]&lt;br /&gt;
* [[EMS.ResourceTypes.TEMSResourceEndPoint.GetSegmentParameters|EMS.ResourceTypes.TEMSResourceEndPoint.GetSegmentParameters]]&lt;br /&gt;
* [[rad_de:Übersicht über RAD Server-Ressourcen|Übersicht über RAD Server-Ressourcen]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyUsername&amp;diff=811646</id>
		<title>REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyUsername</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyUsername&amp;diff=811646"/>
		<updated>2020-02-17T18:25:35Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyUsername|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyUsername| |{{InheritsFrom|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyUsername}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Benutzername für die Authentifizierung beim Proxy-Server&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;, der den Zugriff auf den [[rad_de:RAD Server Engine (EMS-Server)|RAD Server Engine (EMS-Server)]] zulässt.&lt;br /&gt;
&lt;br /&gt;
Der Proxy-Server verwendet die Eigenschaften [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyUsername|ProxyUsername]] und [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPassword|ProxyPassword]] zur Authentifizierung.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;Hinweis:&#039;&#039;&#039; Wenn für den Proxy-Server keine Authentifizierung erforderlich ist, enthält diese Eigenschaft keinen Wert.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyServer|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyServer]]&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPort|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPort]]&lt;br /&gt;
* [[REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPassword|REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPassword]]&lt;br /&gt;
* [[REST.Client.TCustomRESTClient.ProxyUsername|REST.Client.TCustomRESTClient.ProxyUsername]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.QueryGroups&amp;diff=811645</id>
		<title>EMS.Services.TEMSInternalAPI.QueryGroups</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.QueryGroups&amp;diff=811645"/>
		<updated>2020-02-17T18:25:29Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:EMS.Services.TEMSInternalAPI.QueryGroups|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | EMS.Services.TEMSInternalAPI.QueryGroups | | {{InheritsFrom|EMS.Services.TEMSInternalAPI.QueryGroups}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Ruft die EMS-Gruppen aus dem EMS-Server anhand von &#039;&#039;&#039;Abfrageparametern&#039;&#039;&#039; ab. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.QueryGroups|QueryGroups]] führt eine Abfrage der Ressource [[EMS.Services.TEMSInternalAPI.TSegmentNames|EMS-Gruppen]] anhand der {{Arg|AQuery}}-Parameter durch.&lt;br /&gt;
Wenn die {{Arg|AQuery}}-Parameter leer sind, ist das Antwortergebnis ungefiltert und unsortiert.&lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.QueryGroups|QueryGroups]] gibt einen [[EMS.Services.IEMSResourceResponseContent|IEMSResourceResponseContent]] zum Lesen der Antwort aus der Ressource zurück.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.TQueryParamNames|EMS.Services.TEMSInternalAPI.TQueryParamNames]]&lt;br /&gt;
* [[EMS.Services.IEMSResourceRequest.Get|EMS.Services.IEMSResourceRequest.Get]]&lt;br /&gt;
* [[EMS.Services.IEMSResourceResponseContent|EMS.Services.IEMSResourceResponseContent]]&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.QueryUsers|EMS.Services.TEMSInternalAPI.QueryUsers]]&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.QueryInstallations|EMS.Services.TEMSInternalAPI.QueryInstallations]]&lt;br /&gt;
* [[System.JSON.TJSONObject|System.JSON.TJSONObject]]&lt;br /&gt;
* [[rad_de:RAD Server-Ressource &amp;quot;Gruppen&amp;quot;|RAD Server-Ressource &amp;quot;Gruppen&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.Logout&amp;diff=811644</id>
		<title>EMS.Services.TEMSInternalAPI.Logout</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.Logout&amp;diff=811644"/>
		<updated>2020-02-17T18:25:24Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:EMS.Services.TEMSInternalAPI.Logout|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | EMS.Services.TEMSInternalAPI.Logout| |{{InheritsFrom|EMS.Services.TEMSInternalAPI.Logout}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Meldet einen EMS-Benutzer vom EMS-Server ab.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Die Methode [[EMS.Services.TEMSInternalAPI.Logout|Logout]] bereinigt den server-seitigen Sitzungsbezeichner. Alle EMS-Clients müssen sich erneut beim EMS-Server anmelden.&lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.Logout|Logout]] gibt einen [[EMS.Services.IEMSResourceResponseContent|IEMSResourceResponseContent]] zum Lesen der Antwort aus der Ressource zurück.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[EMS.Services.IEMSResourceResponseContent|EMS.Services.IEMSResourceResponseContent]]&lt;br /&gt;
* [[EMS.Services.IEMSResourceRequest.Post|EMS.Services.IEMSResourceRequest.Post]]&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.LoginUser|EMS.Services.TEMSInternalAPI.LoginUser]]&lt;br /&gt;
* [[rad_de:RAD Server-Ressource &amp;quot;Benutzer&amp;quot;|RAD Server-Ressource &amp;quot;Benutzer&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.UpdateUser&amp;diff=811643</id>
		<title>EMS.Services.TEMSInternalAPI.UpdateUser</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.UpdateUser&amp;diff=811643"/>
		<updated>2020-02-17T18:25:16Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:EMS.Services.TEMSInternalAPI.UpdateUser|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} |EMS.Services.TEMSInternalAPI.UpdateUser| | {{InheritsFrom|EMS.Services.TEMSInternalAPI.UpdateUser}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Aktualisiert die Felder eines EMS-Benutzers. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.UpdateUser|UpdateUser]] aktualisiert den Inhalt eines gegebenen EMS-Benutzers auf dem EMS-Server durch Hinzufügen, Aktualisieren oder Löschen benutzerdefinierter Felder.&lt;br /&gt;
&lt;br /&gt;
* Um ein neues benutzerdefiniertes Feld hinzuzufügen, fügen Sie dem TJSONObject ein benutzerdefiniertes Namens/Wertepaar hinzu.&lt;br /&gt;
* Um ein Feld zu löschen, übergeben Sie im [[System.JSON|JSON]]-Objekt einen &amp;lt;code&amp;gt;null&amp;lt;/code&amp;gt;-Wert für dieses Paar.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
 {&amp;quot;description&amp;quot;:null} &lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Die Methode [[EMS.Services.TEMSInternalAPI.UpdateUser|UpdateUser]] erhält die folgenden Parameter:&lt;br /&gt;
&lt;br /&gt;
* {{Arg|AObjectID}}: EMS-Benutzerbezeichner, der einen EMS-Benutzer auf dem EMS-Server eindeutig bezeichnet.&lt;br /&gt;
* {{Arg|AUserFields}}: [[System.JSON.TJSONObject|TJSONObject]] mit den benutzerdefinierten Feldern eines EMS-Benutzers.&lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.UpdateUser|UpdateUser]] gibt einen [[EMS.Services.IEMSResourceResponseContent|IEMSResourceResponseContent]] zum Lesen der Antwort vom EMS-Server zurück.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[EMS.Services.IEMSResourceRequest.CreateRequestContent|EMS.Services.IEMSResourceRequest.CreateRequestContent]]&lt;br /&gt;
* [[EMS.Services.IEMSResourceRequest.Post|EMS.Services.IEMSResourceRequest.Post]]&lt;br /&gt;
* [[EMS.Services.IEMSResourceResponseContent|EMS.Services.IEMSResourceResponseContent]]&lt;br /&gt;
* [[System.JSON.TJSONObject|System.JSON.TJSONObject]]&lt;br /&gt;
* [[rad_de:RAD Server-Ressource &amp;quot;Benutzer&amp;quot;|RAD Server-Ressource &amp;quot;Benutzer&amp;quot;]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.UpdateModule&amp;diff=811642</id>
		<title>EMS.Services.TEMSInternalAPI.UpdateModule</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/d/index.php?title=EMS.Services.TEMSInternalAPI.UpdateModule&amp;diff=811642"/>
		<updated>2020-02-17T18:25:10Z</updated>

		<summary type="html">&lt;p&gt;L10nBot: updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:EMS.Services.TEMSInternalAPI.UpdateModule|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} |EMS.Services.TEMSInternalAPI.UpdateModule| | {{InheritsFrom|EMS.Services.TEMSInternalAPI.UpdateModule}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Aktualisiert die Felder eines EMS-EdgeModule auf dem EMS-Server. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.UpdateModule|UpdateModule]] aktualisiert den Inhalt eines gegebenen EMS-EdgeModule auf dem EMS-Server, indem benutzerdefinierte Felder hinzugefügt, aktualisiert oder gelöscht werden.&lt;br /&gt;
&lt;br /&gt;
* Um ein neues Feld hinzuzufügen, fügen Sie dem [[System.JSON.TJSONObject|TJSONObject]] ein benutzerdefiniertes &amp;lt;code&amp;gt;Name/Wert&amp;lt;/code&amp;gt;-Paar hinzu.&lt;br /&gt;
* Um ein Feld zu löschen, übergeben Sie im [[System.JSON|JSON]]-Objekt einen null-Wert für dieses Paar.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&amp;quot;SomeName&amp;quot;:null&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.UpdateModule|UpdateModule]] übernimmt die folgenden Eingabeparameter:&lt;br /&gt;
&lt;br /&gt;
* {{Arg|AModuleName}}: Name des EMS-EdgeModule, das auf dem EMS-Server registriert ist.&lt;br /&gt;
* {{Arg|AJSONObject}}: JSON-Objekt, das &amp;lt;code&amp;gt;Name/Werte&amp;lt;/code&amp;gt;-Paare enthält. &lt;br /&gt;
&lt;br /&gt;
[[EMS.Services.TEMSInternalAPI.UpdateModule|UpdateModule]] gibt den [[EMS.Services.IEMSResourceResponseContent|Inhalt der Anforderungsantwort]] vom EMS-Server zurück.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.UnregisterModule|EMS.Services.TEMSInternalAPI.UnregisterModule]]&lt;br /&gt;
* [[EMS.Services.TEMSInternalAPI.UpdateModuleResource|EMS.Services.TEMSInternalAPI.UpdateModuleResource]]&lt;br /&gt;
* [[EMS.Services.IEMSResourceRequest.Put|EMS.Services.IEMSResourceRequest.Put]]&lt;br /&gt;
* [[EMS.Services.IEMSResourceResponseContent|EMS.Services.IEMSResourceResponseContent]]&lt;br /&gt;
* [[rad_de:RAD Server EdgeModules|RAD Server EdgeModules]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;br /&gt;
[[Category:Seattle]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
	</entry>
</feed>