<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://docwiki.embarcadero.com/Libraries/Rio/d/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yukikoi</id>
	<title>RAD Studio API Documentation - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://docwiki.embarcadero.com/Libraries/Rio/d/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yukikoi"/>
	<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/de/Spezial:Beitr%C3%A4ge/Yukikoi"/>
	<updated>2026-08-30T23:51:04Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.IsConsole&amp;diff=807010</id>
		<title>System.IsConsole</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.IsConsole&amp;diff=807010"/>
		<updated>2023-08-29T01:40:23Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.IsConsole|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Gibt an, ob das ausführbare Modul als Konsolenanwendung compiliert wurde.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Aus Windows-Plattformen ist die Variable [[System.IsConsole|IsConsole]] &#039;&#039;&#039;True&#039;&#039;&#039;, wenn das Modul als Konsolenanwendung gelinkt wurde. Für die Angabe der Konsolenanwendung sollte die Compiler-Option -CC oder {$APPTYPE CONSOLE} verwendet werden. Ansonsten befindet sich die Anwendung im GUI-Modus.&lt;br /&gt;
&lt;br /&gt;
Wenn die Variable [[System.IsConsole|IsConsole]] &#039;&#039;&#039;False&#039;&#039;&#039; ist, kann die Anwendung die Ein- und Ausgabe der Konsole nicht verwenden. WriteLn/ReadLn könnten die Exception auslösen, wenn die Anwendung manuell die Konsole öffnet.&lt;br /&gt;
&lt;br /&gt;
Auf anderen Plattformen ist die Variable [[System.IsConsole|IsConsole]] &#039;&#039;&#039;True&#039;&#039;&#039;, auch wenn sich die Anwendung im GUI-Modus befindet. Die Anwendung kann von der Konsole lesen bzw. in diese schreiben.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[System.IsLibrary|IsLibrary]]&lt;br /&gt;
&lt;br /&gt;
* [[System.IsMultiThread|IsMultiThread]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Input|Input]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Output|Output]]&lt;br /&gt;
&lt;br /&gt;
* [[System.ErrOutput|ErrOutput]]&lt;br /&gt;
&lt;br /&gt;
* [[rad_de:Anwendungsspezifische Informationen|Anwendungsspezifische Informationen]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.Contnrs.TObjectStack&amp;diff=807008</id>
		<title>System.Contnrs.TObjectStack</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.Contnrs.TObjectStack&amp;diff=807008"/>
		<updated>2023-08-29T01:40:22Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Contnrs.TObjectStack|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Contnrs.TObjectStack | |{{InheritsFrom|System.Contnrs.TObjectStack}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Contnrs.TObjectStack|TObjectStack]] verwaltet eine LIFO-Liste von Objekten.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mit [[System.Contnrs.TObjectStack|TObjectStack]] können Sie eine LIFO-Liste von Objekten speichern und verwalten.&lt;br /&gt;
&lt;br /&gt;
{{Note| Die Verwendung von [[System.Generics.Collections.TObjectStack|System.Generics.Collections.TObjectStack]] wird empfohlen. Dies ist die generische Version dieser Klasse und ermöglicht einen moderneren Programmierstil.}}&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TStack|System.Contnrs.TStack]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Classes.TList|System.Classes.TList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TQueue|System.Contnrs.TQueue]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TObjectQueue|System.Contnrs.TObjectQueue]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TObjectList|System.Contnrs.TObjectList]]&lt;br /&gt;
* [[System.Generics.Collections.TObjectStack|System.Generics.Collections.TObjectStack]]&lt;br /&gt;
* [[rad_de:Mit Listen arbeiten|Mit Listen arbeiten]]&lt;br /&gt;
&lt;br /&gt;
===Codebeispiele===&lt;br /&gt;
&lt;br /&gt;
* [[Samp_en:FlowPanels (C++)|FlowPanels (C++)]]&lt;br /&gt;
* [[Samp_en:FlowPanels (Delphi)|FlowPanels (Delphi)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.Contnrs.TObjectQueue&amp;diff=807006</id>
		<title>System.Contnrs.TObjectQueue</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.Contnrs.TObjectQueue&amp;diff=807006"/>
		<updated>2023-08-29T01:40:20Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Contnrs.TObjectQueue|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Contnrs.TObjectQueue | |{{InheritsFrom|System.Contnrs.TObjectQueue}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Contnrs.TObjectQueue|TObjectQueue]] verwaltet eine FIFO-Liste von Objekten.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mit [[System.Contnrs.TObjectQueue|TObjectQueue]] können Sie eine FIFO-Liste von Objekten speichern und verwalten.&lt;br /&gt;
&lt;br /&gt;
{{Note| Die Verwendung von [[System.Generics.Collections.TObjectQueue|System.Generics.Collections.TObjectQueue]] wird empfohlen. Dies ist die generische Version dieser Klasse und ermöglicht einen moderneren Programmierstil.}}&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TStack|System.Contnrs.TStack]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Classes.TList|System.Classes.TList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TQueue|System.Contnrs.TQueue]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TObjectStack|System.Contnrs.TObjectStack]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TObjectList|TObjectList]]&lt;br /&gt;
* [[System.Generics.Collections.TObjectQueue|System.Generics.Collections.TObjectQueue]]&lt;br /&gt;
* [[rad_de:Mit Listen arbeiten|Mit Listen arbeiten]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.Contnrs.TObjectList&amp;diff=807004</id>
		<title>System.Contnrs.TObjectList</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.Contnrs.TObjectList&amp;diff=807004"/>
		<updated>2023-08-29T01:40:19Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Contnrs.TObjectList|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Contnrs.TObjectList | |{{InheritsFrom|System.Contnrs.TObjectList}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Contnrs.TObjectList|TObjectList]]  verwaltet eine Liste der (eigenen) Objekte.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mit [[System.Contnrs.TObjectList|TObjectList]] können Sie eine Liste von Objekten speichern und verwalten. [[System.Contnrs.TObjectList|TObjectList]] stellt Eigenschaften und Methoden für das Hinzufügen, Löschen, Neuanordnen, Suchen, Zugreifen auf und Sortieren von Objekten bereit. Wenn die Eigenschaft [[System.Contnrs.TObjectList.OwnsObjects|OwnsObjects]] auf &amp;quot;true&amp;quot; gesetzt ist (Voreinstellung), verwaltet [[System.Contnrs.TObjectList|TObjectList]] den Speicher seiner Objekte, das heißt, ein Objekt wird freigegeben, wenn sein Index neu zugewiesen wird, wenn es mit der Methode Delete, [[System.Contnrs.TObjectList.Remove|Remove]] oder [[System.Contnrs.TCustomBucketList.Clear|Clear]] aus der Liste entfernt wird oder wenn die [[System.Contnrs.TObjectList|TObjectList]]-Instanz selbst freigegeben wird.&lt;br /&gt;
&lt;br /&gt;
{{Note| Die Verwendung von [[System.Generics.Collections.TObjectList|System.Generics.Collections.TObjectList]] wird empfohlen. Dies ist die generische Version dieser Klasse und ermöglicht einen moderneren Programmierstil.}}&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[System.Classes.TList|System.Classes.TList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TComponentList|System.Contnrs.TComponentList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TClassList|System.Contnrs.TClassList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TStack|System.Contnrs.TStack]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TObjectStack|System.Contnrs.TObjectStack]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TObjectQueue|System.Contnrs.TObjectQueue]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Classes.TInterfaceList|System.Classes.TInterfaceList]]&lt;br /&gt;
* [[System.Generics.Collections.TObjectList|System.Generics.Collections.TObjectList]]&lt;br /&gt;
&lt;br /&gt;
* [[rad_de:Mit Listen arbeiten|Mit Listen arbeiten]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.Classes.TList&amp;diff=807002</id>
		<title>System.Classes.TList</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.Classes.TList&amp;diff=807002"/>
		<updated>2023-08-29T01:40:18Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Classes.TList|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Classes.TList | |{{InheritsFrom|System.Classes.TList}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Classes.TList|TList]] speichert ein Zeiger-Array.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[System.Classes.TList|TList]], das ein Zeiger-Array speichert, wird häufig verwendet, um Listen von Objekten zu verwalten. [[System.Classes.TList|TList]] führt Eigenschaften und Methoden für Folgendes ein: &lt;br /&gt;
&lt;br /&gt;
* Objekte in die Liste aufnehmen oder aus ihr entfernen&lt;br /&gt;
* Objekte in der Liste neu anordnen&lt;br /&gt;
* Bestimmte Objekte in der Liste suchen und verwenden&lt;br /&gt;
* Objekte in der Liste sortieren&lt;br /&gt;
&lt;br /&gt;
{{Note| Die Verwendung von [[System.Generics.Collections.TList|System.Generics.Collections.TList]] wird empfohlen. Dies ist die generische Version dieser Klasse und ermöglicht einen moderneren Programmierstil.}}&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[System.Classes.TCollection|System.Classes.TCollection]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Classes.TStrings|System.Classes.TStrings]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Classes.TComponent|System.Classes.TComponent]]&lt;br /&gt;
&lt;br /&gt;
*[[System.Contnrs.TObjectList|System.Contnrs.TObjectList]]&lt;br /&gt;
** [[System.Generics.Collections.TObjectList|System.Generics.Collections.TObjectList]]&lt;br /&gt;
* [[System.Contnrs.TComponentList|System.Contnrs.TComponentList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TClassList|System.Contnrs.TClassList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TStack|System.Contnrs.TStack]]&lt;br /&gt;
* [[System.Generics.Collections.TList|System.Generics.Collections.TList]]&lt;br /&gt;
* [[rad_de:Mit Listen arbeiten|Mit Listen arbeiten]]&lt;br /&gt;
* [http://blog.marcocantu.com/blog/2019-december-generic-traditional-collections.html%7CDelphi RTL: Generic vs. Traditional Collections (EN)]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Types.IGestureControl.Tap&amp;diff=807000</id>
		<title>FMX.Types.IGestureControl.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Types.IGestureControl.Tap&amp;diff=807000"/>
		<updated>2023-08-29T01:40:17Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Types.IGestureControl.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Types.IGestureControl.Tap | |{{InheritsFrom|FMX.Types.IGestureControl.Tap}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Diese Methode wird verwendet, um die Komponente über das Auftreten des Gesten-Ereignisses &amp;quot;Antippen&amp;quot; von der Plattform zu informieren. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Types.IGestureControl|FMX.Types.IGestureControl]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Types.IControl.Tap&amp;diff=806998</id>
		<title>FMX.Types.IControl.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Types.IControl.Tap&amp;diff=806998"/>
		<updated>2023-08-29T01:40:16Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Types.IControl.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Types.IControl.Tap | |{{InheritsFrom|FMX.Types.IControl.Tap}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Diese Methode wird verwendet, um die Komponente über das Auftreten des Gesten-Ereignisses &amp;quot;Antippen&amp;quot; von der Plattform zu informieren. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Types.IControl|FMX.Types.IControl]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Surfaces.TMipmapSurface&amp;diff=806996</id>
		<title>FMX.Surfaces.TMipmapSurface</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Surfaces.TMipmapSurface&amp;diff=806996"/>
		<updated>2023-08-29T01:40:14Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Surfaces.TMipmapSurface|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Surfaces.TMipmapSurface | |{{InheritsFrom|FMX.Surfaces.TMipmapSurface}}}}&lt;br /&gt;
&lt;br /&gt;
Implementierung von &#039;&#039;&#039;MipMap&#039;&#039;&#039; auf der Grundlage des RAM. Es handelt sich um einen kombinierten Satz von Farbpuffern.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Surfaces.TBitmapSurface&amp;diff=806994</id>
		<title>FMX.Surfaces.TBitmapSurface</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Surfaces.TBitmapSurface&amp;diff=806994"/>
		<updated>2023-08-29T01:40:13Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Surfaces.TBitmapSurface|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Surfaces.TBitmapSurface | |{{InheritsFrom|FMX.Surfaces.TBitmapSurface}}}}&lt;br /&gt;
&lt;br /&gt;
Die Implementierung eines Farbpuffers mit der Möglichkeit verschiedene Farbformate zu verwenden. Der Puffer ist nicht von grafischen Bibliotheken abhängig und basiert auf der Verwendung des RAM.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[Vcl.Graphics.TBitmap|Vcl.Graphics.TBitmap]]&lt;br /&gt;
* [[Vcl.Graphics.TGraphic|Vcl.Graphics.TGraphic]]&lt;br /&gt;
* [[rad_de:Grafikkomponenten|Grafikkomponenten]]&lt;br /&gt;
* [[rad_de:In Bitmaps zeichnen|In Bitmaps zeichnen]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Surfaces&amp;diff=806992</id>
		<title>FMX.Surfaces</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Surfaces&amp;diff=806992"/>
		<updated>2023-08-29T01:40:12Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Surfaces|head}}&lt;br /&gt;
Dieses Modul enthält eine Beschreibung und Implementierung von Typen zum Arbeiten mit Farbpuffern, ohne Abhängigkeit von der grafischen Implementierung.&lt;br /&gt;
&lt;br /&gt;
{{note| Alle Puffer sind auf Basis des RAM implementiert.}}&lt;br /&gt;
{{#lst:API:FMX.Surfaces|list}}&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Presentation.Style.TStyledPresentation.Tap&amp;diff=806990</id>
		<title>FMX.Presentation.Style.TStyledPresentation.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Presentation.Style.TStyledPresentation.Tap&amp;diff=806990"/>
		<updated>2023-08-29T01:40:12Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Presentation.Style.TStyledPresentation.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Presentation.Style.TStyledPresentation.Tap | |{{InheritsFrom|FMX.Presentation.Style.TStyledPresentation.Tap}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Wird aufgerufen, wenn die Antippen-Geste auf der Darstellung erkannt wird. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Presentation.Style.TStyledPresentation|FMX.Presentation.Style.TStyledPresentation]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.UnqualifiedEmoji&amp;diff=806988</id>
		<title>FMX.FontGlyphs.UnqualifiedEmoji</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.UnqualifiedEmoji&amp;diff=806988"/>
		<updated>2023-08-29T01:40:10Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.UnqualifiedEmoji|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
Ein Emoji, das nicht voll qualifiziert oder nicht minimal qualifiziert ist.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontSettings&amp;diff=806986</id>
		<title>FMX.FontGlyphs.TFontSettings</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontSettings&amp;diff=806986"/>
		<updated>2023-08-29T01:40:10Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontSettings|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.FontGlyphs.TFontSettings | |{{InheritsFrom|FMX.FontGlyphs.TFontSettings}}}}&lt;br /&gt;
&lt;br /&gt;
Schriftart-Parameter: &lt;br /&gt;
&lt;br /&gt;
* Family-Name&lt;br /&gt;
* Size&lt;br /&gt;
* Style&lt;br /&gt;
* Scale&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphStyles&amp;diff=806984</id>
		<title>FMX.FontGlyphs.TFontGlyphStyles</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphStyles&amp;diff=806984"/>
		<updated>2023-08-29T01:40:09Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphStyles|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
Menge von [[FMX.FontGlyphs.TFontGlyphStyle|TFontGlyphStyle]].&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphStyle&amp;diff=806982</id>
		<title>FMX.FontGlyphs.TFontGlyphStyle</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphStyle&amp;diff=806982"/>
		<updated>2023-08-29T01:40:08Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphStyle|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
Dieser Typ hilft Ihnen, ein Symbol zu verstehen, wenn es keine grafische Darstellung in der verwendeten Schriftart hat.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphSettings&amp;diff=806980</id>
		<title>FMX.FontGlyphs.TFontGlyphSettings</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphSettings&amp;diff=806980"/>
		<updated>2023-08-29T01:40:07Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphSettings|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
Menge von [[FMX.FontGlyphs.TFontGlyphSetting|FMX.FontGlyphs.TFontGlyphSetting]].&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphSetting&amp;diff=806978</id>
		<title>FMX.FontGlyphs.TFontGlyphSetting</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphSetting&amp;diff=806978"/>
		<updated>2023-08-29T01:40:06Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphSetting|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
Eine Glyphe kann mehrere Darstellungsoptionen haben: &lt;br /&gt;
&lt;br /&gt;
* Reguläre Bitmap (&#039;&#039;&#039;Bitmap&#039;&#039;&#039;) &lt;br /&gt;
* SVG-Pfad (&#039;&#039;&#039;Path&#039;&#039;&#039;). &lt;br /&gt;
&lt;br /&gt;
In bestimmten Fällen ist zudem eine weitere Transformation für die Ausgabe der Glyphe erforderlich (&#039;&#039;&#039;PremultipliedAlpha&#039;&#039;&#039;).&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphManager&amp;diff=806976</id>
		<title>FMX.FontGlyphs.TFontGlyphManager</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphManager&amp;diff=806976"/>
		<updated>2023-08-29T01:40:05Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphManager|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.FontGlyphs.TFontGlyphManager | |{{InheritsFrom|FMX.FontGlyphs.TFontGlyphManager}}}}&lt;br /&gt;
&lt;br /&gt;
Der Manager, der für die grafische Darstellung der gewünschten Symbole verantwortlich ist.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyph&amp;diff=806974</id>
		<title>FMX.FontGlyphs.TFontGlyph</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyph&amp;diff=806974"/>
		<updated>2023-08-29T01:40:04Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyph|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.FontGlyphs.TFontGlyph | |{{InheritsFrom|FMX.FontGlyphs.TFontGlyph}}}}&lt;br /&gt;
&lt;br /&gt;
Grafische Darstellung eines einzelnen Zeichens in der angegebenen Größe und dem angegebenen Stil. Dieser Typ liefert auch grundlegende Informationen über die Größe des Symbols, das zum Zeichnen im Text verwendet wird.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.IsEmojiPresentation&amp;diff=806972</id>
		<title>FMX.FontGlyphs.IsEmojiPresentation</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.IsEmojiPresentation&amp;diff=806972"/>
		<updated>2023-08-29T01:40:03Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.IsEmojiPresentation|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
Gibt &#039;&#039;&#039;true&#039;&#039;&#039; zurück, wenn das angegebene Zeichen als farbige Glyphe angezeigt werden soll.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs&amp;diff=806970</id>
		<title>FMX.FontGlyphs</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs&amp;diff=806970"/>
		<updated>2023-08-29T01:40:03Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs|head}}&lt;br /&gt;
Dieses Modul enthält die Funktionalität zum Abrufen einer grafischen Darstellung von Textzeichen. Es stellt die Basis für die Implementierung des Text-Renderns in GPU-TextLayout dar.&lt;br /&gt;
{{#lst:API:FMX.FontGlyphs|list}}&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.ETFontGlyphManagerException&amp;diff=806968</id>
		<title>FMX.FontGlyphs.ETFontGlyphManagerException</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.ETFontGlyphManagerException&amp;diff=806968"/>
		<updated>2023-08-29T01:40:03Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.ETFontGlyphManagerException|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.FontGlyphs.ETFontGlyphManagerException | |{{InheritsFrom|FMX.FontGlyphs.ETFontGlyphManagerException}}}}&lt;br /&gt;
&lt;br /&gt;
Diese Exception wird ausgelöst, um über die Verwendung von &#039;&#039;&#039;TFormGlyphManager&#039;&#039;&#039; zu informieren. Wenn der Manager auf der aktuellen Plattform nicht implementiert ist und der Benutzer versucht, ihn anzufordern, wird diese Exception ausgelöst.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.EmojiCodes120&amp;diff=806966</id>
		<title>FMX.FontGlyphs.EmojiCodes120</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.EmojiCodes120&amp;diff=806966"/>
		<updated>2023-08-29T01:40:01Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.EmojiCodes120|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
Emoji-Codes von Unicode 12.0.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Controls3D.TControl3D.Tap&amp;diff=806964</id>
		<title>FMX.Controls3D.TControl3D.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Controls3D.TControl3D.Tap&amp;diff=806964"/>
		<updated>2023-08-29T01:40:01Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Controls3D.TControl3D.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Controls3D.TControl3D.Tap | |{{InheritsFrom|FMX.Controls3D.TControl3D.Tap}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Wird aufgerufen, wenn der Benutzer eine Antippen-Geste auf einem 3D-Steuerelement ausführt, das für Berührungen aktiviert ist.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Controls3D.TControl3D|FMX.Controls3D.TControl3D]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Controls.TControl.Tap&amp;diff=806962</id>
		<title>FMX.Controls.TControl.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Controls.TControl.Tap&amp;diff=806962"/>
		<updated>2023-08-29T01:40:00Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Controls.TControl.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Controls.TControl.Tap | |{{InheritsFrom|FMX.Controls.TControl.Tap}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Wird aufgerufen, wenn die Antippen-Geste auf der Darstellung erkannt wird.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Controls.TControl|FMX.Controls.TControl]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Controls.TControl.OnResized&amp;diff=806960</id>
		<title>FMX.Controls.TControl.OnResized</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Controls.TControl.OnResized&amp;diff=806960"/>
		<updated>2023-08-29T01:39:59Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: 1 Version importiert: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Controls.TControl.OnResized|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Controls.TControl.OnResized | |{{InheritsFrom|FMX.Controls.TControl.OnResized}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Tritt sofort auf, nachdem die Größe des Steuerelements geändert wurde. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dieses Ereignis wird aufgerufen, wenn die Größe des Steuerelements geändert wird und alle untergeordneten Elemente des Steuerelements ausgerichtet werden.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[System.Classes.TNotifyEvent|System.Classes.TNotifyEvent]]&lt;br /&gt;
* [[FMX.Controls.TControl.SetBounds|FMX.Controls.TControl.SetBounds]]&lt;br /&gt;
* [[FMX.Controls.TControl.SetHeight|FMX.Controls.TControl.SetHeight]]&lt;br /&gt;
* [[FMX.Controls.TControl.SetWidth|FMX.Controls.TControl.SetWidth]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.IsConsole&amp;diff=807009</id>
		<title>System.IsConsole</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.IsConsole&amp;diff=807009"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.IsConsole|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Gibt an, ob das ausführbare Modul als Konsolenanwendung compiliert wurde.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Aus Windows-Plattformen ist die Variable [[System.IsConsole|IsConsole]] &#039;&#039;&#039;True&#039;&#039;&#039;, wenn das Modul als Konsolenanwendung gelinkt wurde. Für die Angabe der Konsolenanwendung sollte die Compiler-Option -CC oder {$APPTYPE CONSOLE} verwendet werden. Ansonsten befindet sich die Anwendung im GUI-Modus.&lt;br /&gt;
&lt;br /&gt;
Wenn die Variable [[System.IsConsole|IsConsole]] &#039;&#039;&#039;False&#039;&#039;&#039; ist, kann die Anwendung die Ein- und Ausgabe der Konsole nicht verwenden. WriteLn/ReadLn könnten die Exception auslösen, wenn die Anwendung manuell die Konsole öffnet.&lt;br /&gt;
&lt;br /&gt;
Auf anderen Plattformen ist die Variable [[System.IsConsole|IsConsole]] &#039;&#039;&#039;True&#039;&#039;&#039;, auch wenn sich die Anwendung im GUI-Modus befindet. Die Anwendung kann von der Konsole lesen bzw. in diese schreiben.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[System.IsLibrary|IsLibrary]]&lt;br /&gt;
&lt;br /&gt;
* [[System.IsMultiThread|IsMultiThread]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Input|Input]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Output|Output]]&lt;br /&gt;
&lt;br /&gt;
* [[System.ErrOutput|ErrOutput]]&lt;br /&gt;
&lt;br /&gt;
* [[rad_de:Anwendungsspezifische Informationen|Anwendungsspezifische Informationen]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.Contnrs.TObjectStack&amp;diff=807007</id>
		<title>System.Contnrs.TObjectStack</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.Contnrs.TObjectStack&amp;diff=807007"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Contnrs.TObjectStack|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Contnrs.TObjectStack | |{{InheritsFrom|System.Contnrs.TObjectStack}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Contnrs.TObjectStack|TObjectStack]] verwaltet eine LIFO-Liste von Objekten.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mit [[System.Contnrs.TObjectStack|TObjectStack]] können Sie eine LIFO-Liste von Objekten speichern und verwalten.&lt;br /&gt;
&lt;br /&gt;
{{Note| Die Verwendung von [[System.Generics.Collections.TObjectStack|System.Generics.Collections.TObjectStack]] wird empfohlen. Dies ist die generische Version dieser Klasse und ermöglicht einen moderneren Programmierstil.}}&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TStack|System.Contnrs.TStack]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Classes.TList|System.Classes.TList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TQueue|System.Contnrs.TQueue]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TObjectQueue|System.Contnrs.TObjectQueue]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TObjectList|System.Contnrs.TObjectList]]&lt;br /&gt;
* [[System.Generics.Collections.TObjectStack|System.Generics.Collections.TObjectStack]]&lt;br /&gt;
* [[rad_de:Mit Listen arbeiten|Mit Listen arbeiten]]&lt;br /&gt;
&lt;br /&gt;
===Codebeispiele===&lt;br /&gt;
&lt;br /&gt;
* [[Samp_en:FlowPanels (C++)|FlowPanels (C++)]]&lt;br /&gt;
* [[Samp_en:FlowPanels (Delphi)|FlowPanels (Delphi)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.Contnrs.TObjectQueue&amp;diff=807005</id>
		<title>System.Contnrs.TObjectQueue</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.Contnrs.TObjectQueue&amp;diff=807005"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Contnrs.TObjectQueue|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Contnrs.TObjectQueue | |{{InheritsFrom|System.Contnrs.TObjectQueue}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Contnrs.TObjectQueue|TObjectQueue]] verwaltet eine FIFO-Liste von Objekten.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mit [[System.Contnrs.TObjectQueue|TObjectQueue]] können Sie eine FIFO-Liste von Objekten speichern und verwalten.&lt;br /&gt;
&lt;br /&gt;
{{Note| Die Verwendung von [[System.Generics.Collections.TObjectQueue|System.Generics.Collections.TObjectQueue]] wird empfohlen. Dies ist die generische Version dieser Klasse und ermöglicht einen moderneren Programmierstil.}}&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TStack|System.Contnrs.TStack]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Classes.TList|System.Classes.TList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TQueue|System.Contnrs.TQueue]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TObjectStack|System.Contnrs.TObjectStack]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TObjectList|TObjectList]]&lt;br /&gt;
* [[System.Generics.Collections.TObjectQueue|System.Generics.Collections.TObjectQueue]]&lt;br /&gt;
* [[rad_de:Mit Listen arbeiten|Mit Listen arbeiten]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.Contnrs.TObjectList&amp;diff=807003</id>
		<title>System.Contnrs.TObjectList</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.Contnrs.TObjectList&amp;diff=807003"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Contnrs.TObjectList|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Contnrs.TObjectList | |{{InheritsFrom|System.Contnrs.TObjectList}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Contnrs.TObjectList|TObjectList]]  verwaltet eine Liste der (eigenen) Objekte.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mit [[System.Contnrs.TObjectList|TObjectList]] können Sie eine Liste von Objekten speichern und verwalten. [[System.Contnrs.TObjectList|TObjectList]] stellt Eigenschaften und Methoden für das Hinzufügen, Löschen, Neuanordnen, Suchen, Zugreifen auf und Sortieren von Objekten bereit. Wenn die Eigenschaft [[System.Contnrs.TObjectList.OwnsObjects|OwnsObjects]] auf &amp;quot;true&amp;quot; gesetzt ist (Voreinstellung), verwaltet [[System.Contnrs.TObjectList|TObjectList]] den Speicher seiner Objekte, das heißt, ein Objekt wird freigegeben, wenn sein Index neu zugewiesen wird, wenn es mit der Methode Delete, [[System.Contnrs.TObjectList.Remove|Remove]] oder [[System.Contnrs.TCustomBucketList.Clear|Clear]] aus der Liste entfernt wird oder wenn die [[System.Contnrs.TObjectList|TObjectList]]-Instanz selbst freigegeben wird.&lt;br /&gt;
&lt;br /&gt;
{{Note| Die Verwendung von [[System.Generics.Collections.TObjectList|System.Generics.Collections.TObjectList]] wird empfohlen. Dies ist die generische Version dieser Klasse und ermöglicht einen moderneren Programmierstil.}}&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[System.Classes.TList|System.Classes.TList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TComponentList|System.Contnrs.TComponentList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TClassList|System.Contnrs.TClassList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TStack|System.Contnrs.TStack]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TObjectStack|System.Contnrs.TObjectStack]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TObjectQueue|System.Contnrs.TObjectQueue]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Classes.TInterfaceList|System.Classes.TInterfaceList]]&lt;br /&gt;
* [[System.Generics.Collections.TObjectList|System.Generics.Collections.TObjectList]]&lt;br /&gt;
&lt;br /&gt;
* [[rad_de:Mit Listen arbeiten|Mit Listen arbeiten]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.Classes.TList&amp;diff=807001</id>
		<title>System.Classes.TList</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=System.Classes.TList&amp;diff=807001"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Classes.TList|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Classes.TList | |{{InheritsFrom|System.Classes.TList}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Classes.TList|TList]] speichert ein Zeiger-Array.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[System.Classes.TList|TList]], das ein Zeiger-Array speichert, wird häufig verwendet, um Listen von Objekten zu verwalten. [[System.Classes.TList|TList]] führt Eigenschaften und Methoden für Folgendes ein: &lt;br /&gt;
&lt;br /&gt;
* Objekte in die Liste aufnehmen oder aus ihr entfernen&lt;br /&gt;
* Objekte in der Liste neu anordnen&lt;br /&gt;
* Bestimmte Objekte in der Liste suchen und verwenden&lt;br /&gt;
* Objekte in der Liste sortieren&lt;br /&gt;
&lt;br /&gt;
{{Note| Die Verwendung von [[System.Generics.Collections.TList|System.Generics.Collections.TList]] wird empfohlen. Dies ist die generische Version dieser Klasse und ermöglicht einen moderneren Programmierstil.}}&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[System.Classes.TCollection|System.Classes.TCollection]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Classes.TStrings|System.Classes.TStrings]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Classes.TComponent|System.Classes.TComponent]]&lt;br /&gt;
&lt;br /&gt;
*[[System.Contnrs.TObjectList|System.Contnrs.TObjectList]]&lt;br /&gt;
** [[System.Generics.Collections.TObjectList|System.Generics.Collections.TObjectList]]&lt;br /&gt;
* [[System.Contnrs.TComponentList|System.Contnrs.TComponentList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TClassList|System.Contnrs.TClassList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Contnrs.TStack|System.Contnrs.TStack]]&lt;br /&gt;
* [[System.Generics.Collections.TList|System.Generics.Collections.TList]]&lt;br /&gt;
* [[rad_de:Mit Listen arbeiten|Mit Listen arbeiten]]&lt;br /&gt;
* [http://blog.marcocantu.com/blog/2019-december-generic-traditional-collections.html%7CDelphi RTL: Generic vs. Traditional Collections (EN)]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Types.IGestureControl.Tap&amp;diff=806999</id>
		<title>FMX.Types.IGestureControl.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Types.IGestureControl.Tap&amp;diff=806999"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Types.IGestureControl.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Types.IGestureControl.Tap | |{{InheritsFrom|FMX.Types.IGestureControl.Tap}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Diese Methode wird verwendet, um die Komponente über das Auftreten des Gesten-Ereignisses &amp;quot;Antippen&amp;quot; von der Plattform zu informieren. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Types.IGestureControl|FMX.Types.IGestureControl]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Types.IControl.Tap&amp;diff=806997</id>
		<title>FMX.Types.IControl.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Types.IControl.Tap&amp;diff=806997"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Types.IControl.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Types.IControl.Tap | |{{InheritsFrom|FMX.Types.IControl.Tap}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Diese Methode wird verwendet, um die Komponente über das Auftreten des Gesten-Ereignisses &amp;quot;Antippen&amp;quot; von der Plattform zu informieren. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Types.IControl|FMX.Types.IControl]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Surfaces.TMipmapSurface&amp;diff=806995</id>
		<title>FMX.Surfaces.TMipmapSurface</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Surfaces.TMipmapSurface&amp;diff=806995"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Surfaces.TMipmapSurface|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Surfaces.TMipmapSurface | |{{InheritsFrom|FMX.Surfaces.TMipmapSurface}}}}&lt;br /&gt;
&lt;br /&gt;
Implementierung von &#039;&#039;&#039;MipMap&#039;&#039;&#039; auf der Grundlage des RAM. Es handelt sich um einen kombinierten Satz von Farbpuffern.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Surfaces.TBitmapSurface&amp;diff=806993</id>
		<title>FMX.Surfaces.TBitmapSurface</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Surfaces.TBitmapSurface&amp;diff=806993"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Surfaces.TBitmapSurface|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Surfaces.TBitmapSurface | |{{InheritsFrom|FMX.Surfaces.TBitmapSurface}}}}&lt;br /&gt;
&lt;br /&gt;
Die Implementierung eines Farbpuffers mit der Möglichkeit verschiedene Farbformate zu verwenden. Der Puffer ist nicht von grafischen Bibliotheken abhängig und basiert auf der Verwendung des RAM.&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[Vcl.Graphics.TBitmap|Vcl.Graphics.TBitmap]]&lt;br /&gt;
* [[Vcl.Graphics.TGraphic|Vcl.Graphics.TGraphic]]&lt;br /&gt;
* [[rad_de:Grafikkomponenten|Grafikkomponenten]]&lt;br /&gt;
* [[rad_de:In Bitmaps zeichnen|In Bitmaps zeichnen]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Surfaces&amp;diff=806991</id>
		<title>FMX.Surfaces</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Surfaces&amp;diff=806991"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Surfaces|head}}&lt;br /&gt;
Dieses Modul enthält eine Beschreibung und Implementierung von Typen zum Arbeiten mit Farbpuffern, ohne Abhängigkeit von der grafischen Implementierung.&lt;br /&gt;
&lt;br /&gt;
{{note| Alle Puffer sind auf Basis des RAM implementiert.}}&lt;br /&gt;
{{#lst:API:FMX.Surfaces|list}}&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Presentation.Style.TStyledPresentation.Tap&amp;diff=806989</id>
		<title>FMX.Presentation.Style.TStyledPresentation.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Presentation.Style.TStyledPresentation.Tap&amp;diff=806989"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Presentation.Style.TStyledPresentation.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Presentation.Style.TStyledPresentation.Tap | |{{InheritsFrom|FMX.Presentation.Style.TStyledPresentation.Tap}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Wird aufgerufen, wenn die Antippen-Geste auf der Darstellung erkannt wird. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Presentation.Style.TStyledPresentation|FMX.Presentation.Style.TStyledPresentation]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.UnqualifiedEmoji&amp;diff=806987</id>
		<title>FMX.FontGlyphs.UnqualifiedEmoji</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.UnqualifiedEmoji&amp;diff=806987"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.UnqualifiedEmoji|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
Ein Emoji, das nicht voll qualifiziert oder nicht minimal qualifiziert ist.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontSettings&amp;diff=806985</id>
		<title>FMX.FontGlyphs.TFontSettings</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontSettings&amp;diff=806985"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontSettings|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.FontGlyphs.TFontSettings | |{{InheritsFrom|FMX.FontGlyphs.TFontSettings}}}}&lt;br /&gt;
&lt;br /&gt;
Schriftart-Parameter: &lt;br /&gt;
&lt;br /&gt;
* Family-Name&lt;br /&gt;
* Size&lt;br /&gt;
* Style&lt;br /&gt;
* Scale&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphStyles&amp;diff=806983</id>
		<title>FMX.FontGlyphs.TFontGlyphStyles</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphStyles&amp;diff=806983"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphStyles|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
Menge von [[FMX.FontGlyphs.TFontGlyphStyle|TFontGlyphStyle]].&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphStyle&amp;diff=806981</id>
		<title>FMX.FontGlyphs.TFontGlyphStyle</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphStyle&amp;diff=806981"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphStyle|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
Dieser Typ hilft Ihnen, ein Symbol zu verstehen, wenn es keine grafische Darstellung in der verwendeten Schriftart hat.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphSettings&amp;diff=806979</id>
		<title>FMX.FontGlyphs.TFontGlyphSettings</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphSettings&amp;diff=806979"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphSettings|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
Menge von [[FMX.FontGlyphs.TFontGlyphSetting|FMX.FontGlyphs.TFontGlyphSetting]].&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphSetting&amp;diff=806977</id>
		<title>FMX.FontGlyphs.TFontGlyphSetting</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphSetting&amp;diff=806977"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphSetting|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
Eine Glyphe kann mehrere Darstellungsoptionen haben: &lt;br /&gt;
&lt;br /&gt;
* Reguläre Bitmap (&#039;&#039;&#039;Bitmap&#039;&#039;&#039;) &lt;br /&gt;
* SVG-Pfad (&#039;&#039;&#039;Path&#039;&#039;&#039;). &lt;br /&gt;
&lt;br /&gt;
In bestimmten Fällen ist zudem eine weitere Transformation für die Ausgabe der Glyphe erforderlich (&#039;&#039;&#039;PremultipliedAlpha&#039;&#039;&#039;).&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphManager&amp;diff=806975</id>
		<title>FMX.FontGlyphs.TFontGlyphManager</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyphManager&amp;diff=806975"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphManager|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.FontGlyphs.TFontGlyphManager | |{{InheritsFrom|FMX.FontGlyphs.TFontGlyphManager}}}}&lt;br /&gt;
&lt;br /&gt;
Der Manager, der für die grafische Darstellung der gewünschten Symbole verantwortlich ist.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyph&amp;diff=806973</id>
		<title>FMX.FontGlyphs.TFontGlyph</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.TFontGlyph&amp;diff=806973"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyph|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.FontGlyphs.TFontGlyph | |{{InheritsFrom|FMX.FontGlyphs.TFontGlyph}}}}&lt;br /&gt;
&lt;br /&gt;
Grafische Darstellung eines einzelnen Zeichens in der angegebenen Größe und dem angegebenen Stil. Dieser Typ liefert auch grundlegende Informationen über die Größe des Symbols, das zum Zeichnen im Text verwendet wird.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.IsEmojiPresentation&amp;diff=806971</id>
		<title>FMX.FontGlyphs.IsEmojiPresentation</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.IsEmojiPresentation&amp;diff=806971"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.IsEmojiPresentation|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
Gibt &#039;&#039;&#039;true&#039;&#039;&#039; zurück, wenn das angegebene Zeichen als farbige Glyphe angezeigt werden soll.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs&amp;diff=806969</id>
		<title>FMX.FontGlyphs</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs&amp;diff=806969"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs|head}}&lt;br /&gt;
Dieses Modul enthält die Funktionalität zum Abrufen einer grafischen Darstellung von Textzeichen. Es stellt die Basis für die Implementierung des Text-Renderns in GPU-TextLayout dar.&lt;br /&gt;
{{#lst:API:FMX.FontGlyphs|list}}&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.ETFontGlyphManagerException&amp;diff=806967</id>
		<title>FMX.FontGlyphs.ETFontGlyphManagerException</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.ETFontGlyphManagerException&amp;diff=806967"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.ETFontGlyphManagerException|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.FontGlyphs.ETFontGlyphManagerException | |{{InheritsFrom|FMX.FontGlyphs.ETFontGlyphManagerException}}}}&lt;br /&gt;
&lt;br /&gt;
Diese Exception wird ausgelöst, um über die Verwendung von &#039;&#039;&#039;TFormGlyphManager&#039;&#039;&#039; zu informieren. Wenn der Manager auf der aktuellen Plattform nicht implementiert ist und der Benutzer versucht, ihn anzufordern, wird diese Exception ausgelöst.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.EmojiCodes120&amp;diff=806965</id>
		<title>FMX.FontGlyphs.EmojiCodes120</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.FontGlyphs.EmojiCodes120&amp;diff=806965"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.EmojiCodes120|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
Emoji-Codes von Unicode 12.0.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Controls3D.TControl3D.Tap&amp;diff=806963</id>
		<title>FMX.Controls3D.TControl3D.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/d/index.php?title=FMX.Controls3D.TControl3D.Tap&amp;diff=806963"/>
		<updated>2023-08-29T01:39:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi: LOC-23419de_rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Controls3D.TControl3D.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Beschreibung==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Controls3D.TControl3D.Tap | |{{InheritsFrom|FMX.Controls3D.TControl3D.Tap}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Wird aufgerufen, wenn der Benutzer eine Antippen-Geste auf einem 3D-Steuerelement ausführt, das für Berührungen aktiviert ist.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Siehe auch===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Controls3D.TControl3D|FMX.Controls3D.TControl3D]]&lt;br /&gt;
&lt;br /&gt;
[[Category:API-Dokumentation]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
</feed>