<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://docwiki.embarcadero.com/Libraries/Rio/f/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yukikoi</id>
	<title>RAD Studio API Documentation - Contributions [fr]</title>
	<link rel="self" type="application/atom+xml" href="https://docwiki.embarcadero.com/Libraries/Rio/f/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yukikoi"/>
	<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/fr/Sp%C3%A9cial:Contributions/Yukikoi"/>
	<updated>2026-08-15T18:42:36Z</updated>
	<subtitle>Contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.IsConsole&amp;diff=769603</id>
		<title>System.IsConsole</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.IsConsole&amp;diff=769603"/>
		<updated>2023-10-13T07:48:57Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.IsConsole|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Indique si le module exécutable a été compilé en tant qu&#039;application console.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sur les plates-formes Windows, la variable [[System.IsConsole|IsConsole]] est à &#039;&#039;&#039;True&#039;&#039;&#039; si le module a été lié en tant qu&#039;application console. Pour spécifier l&#039;application console, vous pouvez utiliser l&#039;option -CC du compilateur ou {$APPTYPE CONSOLE}. Sinon, l&#039;application sera en mode GUI.&lt;br /&gt;
&lt;br /&gt;
Si la variable [[System.IsConsole|IsConsole]] vaut &#039;&#039;&#039;False&#039;&#039;&#039;, l&#039;application ne peut pas utiliser les entrées et les sorties de la console. WriteLn / ReadLn peut déclencher une exception si l&#039;application ouvre manuellement la console.&lt;br /&gt;
&lt;br /&gt;
Sur d&#039;autres plates-formes, la variable [[System.IsConsole|IsConsole]] est à &#039;&#039;&#039;True&#039;&#039;&#039; même si l&#039;application est en mode GUI. L&#039;application peut effectuer des opérations en lecture et écriture sur la console.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&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_fr:Informations de niveau application|Informations de niveau application]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.Contnrs.TObjectStack&amp;diff=769601</id>
		<title>System.Contnrs.TObjectStack</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.Contnrs.TObjectStack&amp;diff=769601"/>
		<updated>2023-10-13T07:48:56Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Contnrs.TObjectStack|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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]] gère une liste d&#039;objets de style dernier entré premier sorti.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Utilisez [[System.Contnrs.TObjectStack|TObjectStack]] pour stocker et gérer une liste d&#039;objets de style dernier entré premier sorti.&lt;br /&gt;
&lt;br /&gt;
{{Note| Il est recommandé d&#039;utiliser [[System.Generics.Collections.TObjectStack|System.Generics.Collections.TObjectStack]], la version générique de cette classe, car elle fournit un style de codage plus moderne.}}&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&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_fr:Utilisation des listes|Utilisation des listes]]&lt;br /&gt;
&lt;br /&gt;
===Exemples de code===&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:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.Contnrs.TObjectQueue&amp;diff=769599</id>
		<title>System.Contnrs.TObjectQueue</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.Contnrs.TObjectQueue&amp;diff=769599"/>
		<updated>2023-10-13T07:48:55Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Contnrs.TObjectQueue|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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]] gère une liste d&#039;objets de style premier entré premier sorti.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Utilisez un objet [[System.Contnrs.TObjectQueue|TObjectQueue]] pour stocker et gérer une liste d&#039;objets de style premier entré premier sorti.&lt;br /&gt;
&lt;br /&gt;
{{Note| Il est recommandé d&#039;utiliser [[System.Generics.Collections.TObjectQueue|System.Generics.Collections.TObjectQueue]], la version générique de cette classe, car elle fournit un style de codage plus moderne.}}&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&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_fr:Utilisation des listes|Utilisation des listes]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.Contnrs.TObjectList&amp;diff=769597</id>
		<title>System.Contnrs.TObjectList</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.Contnrs.TObjectList&amp;diff=769597"/>
		<updated>2023-10-13T07:48:54Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Contnrs.TObjectList|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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]] maintient une liste d&#039;objets (propriétaires).&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Utilisez [[System.Contnrs.TObjectList|TObjectList]] pour stocker et maintenir une liste d&#039;objets. [[System.Contnrs.TObjectList|TObjectList]] fournit des propriétés et méthodes pour ajouter, supprimer, réorganiser, trouver, trier et accéder à des objets. Si la propriété [[System.Contnrs.TObjectList.OwnsObjects|OwnsObjects]] est définie à true (valeur par défaut), [[System.Contnrs.TObjectList|TObjectList]] contrôle la mémoire de ses objets, libérant un objet lorsque son index est réaffecté, lorsqu&#039;il est retiré de la liste avec la méthode Delete, [[System.Contnrs.TObjectList.Remove|Remove]] ou [[System.Contnrs.TCustomBucketList.Clear|Clear]] ; ou lorsque l&#039;instance [[System.Contnrs.TObjectList|TObjectList]] s&#039;auto-détruit.&lt;br /&gt;
&lt;br /&gt;
{{Note| Il est recommandé d&#039;utiliser [[System.Generics.Collections.TObjectList|System.Generics.Collections.TObjectList]], la version générique de cette classe, car elle fournit un style de codage plus moderne.}}&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&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_fr:Utilisation des listes|Utilisation des listes]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.Classes.TList&amp;diff=769595</id>
		<title>System.Classes.TList</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.Classes.TList&amp;diff=769595"/>
		<updated>2023-10-13T07:48:53Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Classes.TList|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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]] stocke un tableau de pointeurs.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[System.Classes.TList|TList]], qui stocke un tableau de pointeurs, est souvent utilisé pour gérer une liste d&#039;objets. [[System.Classes.TList|TList]] introduit des propriétés et méthodes permettant : &lt;br /&gt;
&lt;br /&gt;
* D&#039;ajouter ou de supprimer des objets de la liste.&lt;br /&gt;
* De changer l&#039;ordre des objets de la liste.&lt;br /&gt;
* De trouver les objets de la liste et y accéder.&lt;br /&gt;
* De trier les objets de la liste.&lt;br /&gt;
&lt;br /&gt;
{{Note| Il est recommandé d&#039;utiliser [[System.Generics.Collections.TList|System.Generics.Collections.TList]], la version générique de cette classe, car elle fournit un style de codage plus moderne.}}&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&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_fr:Utilisation des listes|Utilisation des listes]]&lt;br /&gt;
* [http://blog.marcocantu.com/blog/2019-december-generic-traditional-collections.html%7CDelphi RTL: Collections génériques et collections traditionnelles]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Types.IGestureControl.Tap&amp;diff=769593</id>
		<title>FMX.Types.IGestureControl.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Types.IGestureControl.Tap&amp;diff=769593"/>
		<updated>2023-10-13T07:48:51Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Types.IGestureControl.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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;Cette méthode est utilisée pour notifier le composant de l&#039;occurrence d&#039;un événement de geste d&#039;appui (Tap) envoyé par la plate-forme. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Types.IGestureControl|FMX.Types.IGestureControl]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Types.IControl.Tap&amp;diff=769591</id>
		<title>FMX.Types.IControl.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Types.IControl.Tap&amp;diff=769591"/>
		<updated>2023-10-13T07:48:50Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Types.IControl.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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;Cette méthode est utilisée pour notifier le composant de l&#039;occurrence d&#039;un événement de geste d&#039;appui (Tap) envoyé par la plate-forme. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Types.IControl|FMX.Types.IControl]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Surfaces.TMipmapSurface&amp;diff=769589</id>
		<title>FMX.Surfaces.TMipmapSurface</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Surfaces.TMipmapSurface&amp;diff=769589"/>
		<updated>2023-10-13T07:48:50Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Surfaces.TMipmapSurface|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Surfaces.TMipmapSurface | |{{InheritsFrom|FMX.Surfaces.TMipmapSurface}}}}&lt;br /&gt;
&lt;br /&gt;
Implémentation de &#039;&#039;&#039;MipMap&#039;&#039;&#039; basée sur la RAM. Il s&#039;agit d&#039;un ensemble combiné de tampons de couleurs.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Surfaces.TBitmapSurface&amp;diff=769587</id>
		<title>FMX.Surfaces.TBitmapSurface</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Surfaces.TBitmapSurface&amp;diff=769587"/>
		<updated>2023-10-13T07:48:48Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Surfaces.TBitmapSurface|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Surfaces.TBitmapSurface | |{{InheritsFrom|FMX.Surfaces.TBitmapSurface}}}}&lt;br /&gt;
&lt;br /&gt;
Implémentation d&#039;un tampon de couleurs donnant la possibilité d&#039;utiliser différents formats de couleurs. Le tampon ne dépend pas des bibliothèques graphiques et est construit sur l&#039;utilisation de la RAM.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&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_fr:Contrôles graphiques|Contrôles graphiques]]&lt;br /&gt;
* [[rad_fr:Dessiner sur un bitmap|Dessiner sur un bitmap]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Surfaces&amp;diff=769585</id>
		<title>FMX.Surfaces</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Surfaces&amp;diff=769585"/>
		<updated>2023-10-13T07:48:47Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Surfaces|head}}&lt;br /&gt;
Ce module contient une description et une implémentation de types pour utiliser des tampons de couleurs sans dépendre de l&#039;implémentation graphique.&lt;br /&gt;
&lt;br /&gt;
{{Note| Tous les buffers sont implémentés sur la base de la RAM.}}&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/f/index.php?title=FMX.Presentation.Style.TStyledPresentation.Tap&amp;diff=769583</id>
		<title>FMX.Presentation.Style.TStyledPresentation.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Presentation.Style.TStyledPresentation.Tap&amp;diff=769583"/>
		<updated>2023-10-13T07:48:47Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Presentation.Style.TStyledPresentation.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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;Appelé lorsque le geste d&#039;appui (Tap) effectué sur la présentation de style est reconnu. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Presentation.Style.TStyledPresentation|FMX.Presentation.Style.TStyledPresentation]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.UnqualifiedEmoji&amp;diff=769581</id>
		<title>FMX.FontGlyphs.UnqualifiedEmoji</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.UnqualifiedEmoji&amp;diff=769581"/>
		<updated>2023-10-13T07:48:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.UnqualifiedEmoji|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
Un emoji qui n&#039;est pas totalement qualifié ou pas qualifié au minimum.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontSettings&amp;diff=769579</id>
		<title>FMX.FontGlyphs.TFontSettings</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontSettings&amp;diff=769579"/>
		<updated>2023-10-13T07:48:46Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontSettings|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.FontGlyphs.TFontSettings | |{{InheritsFrom|FMX.FontGlyphs.TFontSettings}}}}&lt;br /&gt;
&lt;br /&gt;
Paramètres de la fonte : &lt;br /&gt;
&lt;br /&gt;
* Family name (Famille)&lt;br /&gt;
* Size (Taille)&lt;br /&gt;
* Style&lt;br /&gt;
* Scale (Echelle)&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphStyles&amp;diff=769577</id>
		<title>FMX.FontGlyphs.TFontGlyphStyles</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphStyles&amp;diff=769577"/>
		<updated>2023-10-13T07:48:45Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphStyles|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
Ensemble de [[FMX.FontGlyphs.TFontGlyphStyle|TFontGlyphStyle]].&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphStyle&amp;diff=769575</id>
		<title>FMX.FontGlyphs.TFontGlyphStyle</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphStyle&amp;diff=769575"/>
		<updated>2023-10-13T07:48:44Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphStyle|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
Ce type vous aide à comprendre les symboles n&#039;ayant pas de représentation graphique dans la fonte utilisée.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphSettings&amp;diff=769573</id>
		<title>FMX.FontGlyphs.TFontGlyphSettings</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphSettings&amp;diff=769573"/>
		<updated>2023-10-13T07:48:43Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphSettings|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
Ensemble de [[FMX.FontGlyphs.TFontGlyphSetting|FMX.FontGlyphs.TFontGlyphSetting]].&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphSetting&amp;diff=769571</id>
		<title>FMX.FontGlyphs.TFontGlyphSetting</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphSetting&amp;diff=769571"/>
		<updated>2023-10-13T07:48:42Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphSetting|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
Un glyphe peut avoir plusieurs options de représentation : &lt;br /&gt;
&lt;br /&gt;
* Bitmap standard (&#039;&#039;&#039;Bitmap&#039;&#039;&#039;) &lt;br /&gt;
* Chemin SVG (&#039;&#039;&#039;Chemin&#039;&#039;&#039;). &lt;br /&gt;
&lt;br /&gt;
De plus, dans certains cas, des informations supplémentaires sont requises pour afficher le glyphe (&#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/f/index.php?title=FMX.FontGlyphs.TFontGlyphManager&amp;diff=769569</id>
		<title>FMX.FontGlyphs.TFontGlyphManager</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphManager&amp;diff=769569"/>
		<updated>2023-10-13T07:48:42Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphManager|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.FontGlyphs.TFontGlyphManager | |{{InheritsFrom|FMX.FontGlyphs.TFontGlyphManager}}}}&lt;br /&gt;
&lt;br /&gt;
Le gestionnaire responsable de fournir les représentations graphiques des symboles demandés.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyph&amp;diff=769567</id>
		<title>FMX.FontGlyphs.TFontGlyph</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyph&amp;diff=769567"/>
		<updated>2023-10-13T07:48:41Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyph|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.FontGlyphs.TFontGlyph | |{{InheritsFrom|FMX.FontGlyphs.TFontGlyph}}}}&lt;br /&gt;
&lt;br /&gt;
Représentation graphique d&#039;un caractère unique dans la taille et le style spécifiés. Ce type fournit aussi des informations élémentaires sur la taille du symbole utilisé pour le dessiner dans le texte.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.IsEmojiPresentation&amp;diff=769565</id>
		<title>FMX.FontGlyphs.IsEmojiPresentation</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.IsEmojiPresentation&amp;diff=769565"/>
		<updated>2023-10-13T07:48:40Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.IsEmojiPresentation|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
Renvoie &#039;&#039;&#039;true&#039;&#039;&#039; si le caractère spécifié doit être affiché sous la forme d&#039;un glyphe de couleur.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs&amp;diff=769563</id>
		<title>FMX.FontGlyphs</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs&amp;diff=769563"/>
		<updated>2023-10-13T07:48:40Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs|head}}&lt;br /&gt;
Ce module contient une fonctionnalité qui permet d&#039;obtenir une représentation graphique des caractères texte. C&#039;est la base utilisée pour l&#039;implémentation des restitutions de texte dans les dispositions de texte GPU.&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/f/index.php?title=FMX.FontGlyphs.ETFontGlyphManagerException&amp;diff=769561</id>
		<title>FMX.FontGlyphs.ETFontGlyphManagerException</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.ETFontGlyphManagerException&amp;diff=769561"/>
		<updated>2023-10-13T07:48:40Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.ETFontGlyphManagerException|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.FontGlyphs.ETFontGlyphManagerException | |{{InheritsFrom|FMX.FontGlyphs.ETFontGlyphManagerException}}}}&lt;br /&gt;
&lt;br /&gt;
Cette exception est déclenchée pour informer l&#039;utilisateur de l&#039;utilisation de &#039;&#039;&#039;TFormGlyphManager&#039;&#039;&#039;. Plus précisément, l&#039;exception est alors déclenchée si le gestionnaire n&#039;est pas implémenté sur la plate-forme en cours et que l&#039;utilisateur envoie des demandes.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.EmojiCodes120&amp;diff=769559</id>
		<title>FMX.FontGlyphs.EmojiCodes120</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.EmojiCodes120&amp;diff=769559"/>
		<updated>2023-10-13T07:48:38Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.EmojiCodes120|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
Codes Emoji en Unicode 12.0.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Controls3D.TControl3D.Tap&amp;diff=769557</id>
		<title>FMX.Controls3D.TControl3D.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Controls3D.TControl3D.Tap&amp;diff=769557"/>
		<updated>2023-10-13T07:48:38Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Controls3D.TControl3D.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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;Appelé lorsque l&#039;utilisateur effectue un geste d&#039;appui (Tap) sur un contrôle 3D disponible pour les gestes tactiles.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Controls3D.TControl3D|FMX.Controls3D.TControl3D]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Controls.TControl.Tap&amp;diff=769555</id>
		<title>FMX.Controls.TControl.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Controls.TControl.Tap&amp;diff=769555"/>
		<updated>2023-10-13T07:48:37Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Controls.TControl.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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;Appelé lorsque le geste d&#039;appui (Tap) effectué sur la présentation de style est reconnu.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Controls.TControl|FMX.Controls.TControl]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Controls.TControl.OnResized&amp;diff=769553</id>
		<title>FMX.Controls.TControl.OnResized</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Controls.TControl.OnResized&amp;diff=769553"/>
		<updated>2023-10-13T07:48:36Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : 1 révision importée : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Controls.TControl.OnResized|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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;Se produit immédiatement après que le contrôle a été redimensionné. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cet événement est invoqué lorsque le contrôle est redimensionné et que tous les enfants du contrôle sont alignés.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&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:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.IsConsole&amp;diff=769602</id>
		<title>System.IsConsole</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.IsConsole&amp;diff=769602"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.IsConsole|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Indique si le module exécutable a été compilé en tant qu&#039;application console.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sur les plates-formes Windows, la variable [[System.IsConsole|IsConsole]] est à &#039;&#039;&#039;True&#039;&#039;&#039; si le module a été lié en tant qu&#039;application console. Pour spécifier l&#039;application console, vous pouvez utiliser l&#039;option -CC du compilateur ou {$APPTYPE CONSOLE}. Sinon, l&#039;application sera en mode GUI.&lt;br /&gt;
&lt;br /&gt;
Si la variable [[System.IsConsole|IsConsole]] vaut &#039;&#039;&#039;False&#039;&#039;&#039;, l&#039;application ne peut pas utiliser les entrées et les sorties de la console. WriteLn / ReadLn peut déclencher une exception si l&#039;application ouvre manuellement la console.&lt;br /&gt;
&lt;br /&gt;
Sur d&#039;autres plates-formes, la variable [[System.IsConsole|IsConsole]] est à &#039;&#039;&#039;True&#039;&#039;&#039; même si l&#039;application est en mode GUI. L&#039;application peut effectuer des opérations en lecture et écriture sur la console.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&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_fr:Informations de niveau application|Informations de niveau application]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.Contnrs.TObjectStack&amp;diff=769600</id>
		<title>System.Contnrs.TObjectStack</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.Contnrs.TObjectStack&amp;diff=769600"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Contnrs.TObjectStack|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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]] gère une liste d&#039;objets de style dernier entré premier sorti.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Utilisez [[System.Contnrs.TObjectStack|TObjectStack]] pour stocker et gérer une liste d&#039;objets de style dernier entré premier sorti.&lt;br /&gt;
&lt;br /&gt;
{{Note| Il est recommandé d&#039;utiliser [[System.Generics.Collections.TObjectStack|System.Generics.Collections.TObjectStack]], la version générique de cette classe, car elle fournit un style de codage plus moderne.}}&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&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_fr:Utilisation des listes|Utilisation des listes]]&lt;br /&gt;
&lt;br /&gt;
===Exemples de code===&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:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.Contnrs.TObjectQueue&amp;diff=769598</id>
		<title>System.Contnrs.TObjectQueue</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.Contnrs.TObjectQueue&amp;diff=769598"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Contnrs.TObjectQueue|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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]] gère une liste d&#039;objets de style premier entré premier sorti.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Utilisez un objet [[System.Contnrs.TObjectQueue|TObjectQueue]] pour stocker et gérer une liste d&#039;objets de style premier entré premier sorti.&lt;br /&gt;
&lt;br /&gt;
{{Note| Il est recommandé d&#039;utiliser [[System.Generics.Collections.TObjectQueue|System.Generics.Collections.TObjectQueue]], la version générique de cette classe, car elle fournit un style de codage plus moderne.}}&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&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_fr:Utilisation des listes|Utilisation des listes]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.Contnrs.TObjectList&amp;diff=769596</id>
		<title>System.Contnrs.TObjectList</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.Contnrs.TObjectList&amp;diff=769596"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Contnrs.TObjectList|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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]] maintient une liste d&#039;objets (propriétaires).&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Utilisez [[System.Contnrs.TObjectList|TObjectList]] pour stocker et maintenir une liste d&#039;objets. [[System.Contnrs.TObjectList|TObjectList]] fournit des propriétés et méthodes pour ajouter, supprimer, réorganiser, trouver, trier et accéder à des objets. Si la propriété [[System.Contnrs.TObjectList.OwnsObjects|OwnsObjects]] est définie à true (valeur par défaut), [[System.Contnrs.TObjectList|TObjectList]] contrôle la mémoire de ses objets, libérant un objet lorsque son index est réaffecté, lorsqu&#039;il est retiré de la liste avec la méthode Delete, [[System.Contnrs.TObjectList.Remove|Remove]] ou [[System.Contnrs.TCustomBucketList.Clear|Clear]] ; ou lorsque l&#039;instance [[System.Contnrs.TObjectList|TObjectList]] s&#039;auto-détruit.&lt;br /&gt;
&lt;br /&gt;
{{Note| Il est recommandé d&#039;utiliser [[System.Generics.Collections.TObjectList|System.Generics.Collections.TObjectList]], la version générique de cette classe, car elle fournit un style de codage plus moderne.}}&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&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_fr:Utilisation des listes|Utilisation des listes]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.Classes.TList&amp;diff=769594</id>
		<title>System.Classes.TList</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=System.Classes.TList&amp;diff=769594"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Classes.TList|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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]] stocke un tableau de pointeurs.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[System.Classes.TList|TList]], qui stocke un tableau de pointeurs, est souvent utilisé pour gérer une liste d&#039;objets. [[System.Classes.TList|TList]] introduit des propriétés et méthodes permettant : &lt;br /&gt;
&lt;br /&gt;
* D&#039;ajouter ou de supprimer des objets de la liste.&lt;br /&gt;
* De changer l&#039;ordre des objets de la liste.&lt;br /&gt;
* De trouver les objets de la liste et y accéder.&lt;br /&gt;
* De trier les objets de la liste.&lt;br /&gt;
&lt;br /&gt;
{{Note| Il est recommandé d&#039;utiliser [[System.Generics.Collections.TList|System.Generics.Collections.TList]], la version générique de cette classe, car elle fournit un style de codage plus moderne.}}&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&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_fr:Utilisation des listes|Utilisation des listes]]&lt;br /&gt;
* [http://blog.marcocantu.com/blog/2019-december-generic-traditional-collections.html%7CDelphi RTL: Collections génériques et collections traditionnelles]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Types.IGestureControl.Tap&amp;diff=769592</id>
		<title>FMX.Types.IGestureControl.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Types.IGestureControl.Tap&amp;diff=769592"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Types.IGestureControl.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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;Cette méthode est utilisée pour notifier le composant de l&#039;occurrence d&#039;un événement de geste d&#039;appui (Tap) envoyé par la plate-forme. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Types.IGestureControl|FMX.Types.IGestureControl]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Types.IControl.Tap&amp;diff=769590</id>
		<title>FMX.Types.IControl.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Types.IControl.Tap&amp;diff=769590"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Types.IControl.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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;Cette méthode est utilisée pour notifier le composant de l&#039;occurrence d&#039;un événement de geste d&#039;appui (Tap) envoyé par la plate-forme. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Types.IControl|FMX.Types.IControl]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Surfaces.TMipmapSurface&amp;diff=769588</id>
		<title>FMX.Surfaces.TMipmapSurface</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Surfaces.TMipmapSurface&amp;diff=769588"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Surfaces.TMipmapSurface|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Surfaces.TMipmapSurface | |{{InheritsFrom|FMX.Surfaces.TMipmapSurface}}}}&lt;br /&gt;
&lt;br /&gt;
Implémentation de &#039;&#039;&#039;MipMap&#039;&#039;&#039; basée sur la RAM. Il s&#039;agit d&#039;un ensemble combiné de tampons de couleurs.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Surfaces.TBitmapSurface&amp;diff=769586</id>
		<title>FMX.Surfaces.TBitmapSurface</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Surfaces.TBitmapSurface&amp;diff=769586"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Surfaces.TBitmapSurface|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Surfaces.TBitmapSurface | |{{InheritsFrom|FMX.Surfaces.TBitmapSurface}}}}&lt;br /&gt;
&lt;br /&gt;
Implémentation d&#039;un tampon de couleurs donnant la possibilité d&#039;utiliser différents formats de couleurs. Le tampon ne dépend pas des bibliothèques graphiques et est construit sur l&#039;utilisation de la RAM.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&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_fr:Contrôles graphiques|Contrôles graphiques]]&lt;br /&gt;
* [[rad_fr:Dessiner sur un bitmap|Dessiner sur un bitmap]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Surfaces&amp;diff=769584</id>
		<title>FMX.Surfaces</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Surfaces&amp;diff=769584"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Surfaces|head}}&lt;br /&gt;
Ce module contient une description et une implémentation de types pour utiliser des tampons de couleurs sans dépendre de l&#039;implémentation graphique.&lt;br /&gt;
&lt;br /&gt;
{{Note| Tous les buffers sont implémentés sur la base de la RAM.}}&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/f/index.php?title=FMX.Presentation.Style.TStyledPresentation.Tap&amp;diff=769582</id>
		<title>FMX.Presentation.Style.TStyledPresentation.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Presentation.Style.TStyledPresentation.Tap&amp;diff=769582"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Presentation.Style.TStyledPresentation.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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;Appelé lorsque le geste d&#039;appui (Tap) effectué sur la présentation de style est reconnu. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Presentation.Style.TStyledPresentation|FMX.Presentation.Style.TStyledPresentation]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.UnqualifiedEmoji&amp;diff=769580</id>
		<title>FMX.FontGlyphs.UnqualifiedEmoji</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.UnqualifiedEmoji&amp;diff=769580"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.UnqualifiedEmoji|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
Un emoji qui n&#039;est pas totalement qualifié ou pas qualifié au minimum.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontSettings&amp;diff=769578</id>
		<title>FMX.FontGlyphs.TFontSettings</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontSettings&amp;diff=769578"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontSettings|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.FontGlyphs.TFontSettings | |{{InheritsFrom|FMX.FontGlyphs.TFontSettings}}}}&lt;br /&gt;
&lt;br /&gt;
Paramètres de la fonte : &lt;br /&gt;
&lt;br /&gt;
* Family name (Famille)&lt;br /&gt;
* Size (Taille)&lt;br /&gt;
* Style&lt;br /&gt;
* Scale (Echelle)&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphStyles&amp;diff=769576</id>
		<title>FMX.FontGlyphs.TFontGlyphStyles</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphStyles&amp;diff=769576"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphStyles|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
Ensemble de [[FMX.FontGlyphs.TFontGlyphStyle|TFontGlyphStyle]].&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphStyle&amp;diff=769574</id>
		<title>FMX.FontGlyphs.TFontGlyphStyle</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphStyle&amp;diff=769574"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphStyle|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
Ce type vous aide à comprendre les symboles n&#039;ayant pas de représentation graphique dans la fonte utilisée.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphSettings&amp;diff=769572</id>
		<title>FMX.FontGlyphs.TFontGlyphSettings</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphSettings&amp;diff=769572"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphSettings|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
Ensemble de [[FMX.FontGlyphs.TFontGlyphSetting|FMX.FontGlyphs.TFontGlyphSetting]].&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphSetting&amp;diff=769570</id>
		<title>FMX.FontGlyphs.TFontGlyphSetting</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphSetting&amp;diff=769570"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphSetting|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
Un glyphe peut avoir plusieurs options de représentation : &lt;br /&gt;
&lt;br /&gt;
* Bitmap standard (&#039;&#039;&#039;Bitmap&#039;&#039;&#039;) &lt;br /&gt;
* Chemin SVG (&#039;&#039;&#039;Chemin&#039;&#039;&#039;). &lt;br /&gt;
&lt;br /&gt;
De plus, dans certains cas, des informations supplémentaires sont requises pour afficher le glyphe (&#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/f/index.php?title=FMX.FontGlyphs.TFontGlyphManager&amp;diff=769568</id>
		<title>FMX.FontGlyphs.TFontGlyphManager</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyphManager&amp;diff=769568"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyphManager|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.FontGlyphs.TFontGlyphManager | |{{InheritsFrom|FMX.FontGlyphs.TFontGlyphManager}}}}&lt;br /&gt;
&lt;br /&gt;
Le gestionnaire responsable de fournir les représentations graphiques des symboles demandés.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyph&amp;diff=769566</id>
		<title>FMX.FontGlyphs.TFontGlyph</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.TFontGlyph&amp;diff=769566"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.TFontGlyph|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.FontGlyphs.TFontGlyph | |{{InheritsFrom|FMX.FontGlyphs.TFontGlyph}}}}&lt;br /&gt;
&lt;br /&gt;
Représentation graphique d&#039;un caractère unique dans la taille et le style spécifiés. Ce type fournit aussi des informations élémentaires sur la taille du symbole utilisé pour le dessiner dans le texte.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.IsEmojiPresentation&amp;diff=769564</id>
		<title>FMX.FontGlyphs.IsEmojiPresentation</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.IsEmojiPresentation&amp;diff=769564"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.IsEmojiPresentation|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
Renvoie &#039;&#039;&#039;true&#039;&#039;&#039; si le caractère spécifié doit être affiché sous la forme d&#039;un glyphe de couleur.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs&amp;diff=769562</id>
		<title>FMX.FontGlyphs</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs&amp;diff=769562"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs|head}}&lt;br /&gt;
Ce module contient une fonctionnalité qui permet d&#039;obtenir une représentation graphique des caractères texte. C&#039;est la base utilisée pour l&#039;implémentation des restitutions de texte dans les dispositions de texte GPU.&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/f/index.php?title=FMX.FontGlyphs.ETFontGlyphManagerException&amp;diff=769560</id>
		<title>FMX.FontGlyphs.ETFontGlyphManagerException</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.ETFontGlyphManagerException&amp;diff=769560"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.ETFontGlyphManagerException|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.FontGlyphs.ETFontGlyphManagerException | |{{InheritsFrom|FMX.FontGlyphs.ETFontGlyphManagerException}}}}&lt;br /&gt;
&lt;br /&gt;
Cette exception est déclenchée pour informer l&#039;utilisateur de l&#039;utilisation de &#039;&#039;&#039;TFormGlyphManager&#039;&#039;&#039;. Plus précisément, l&#039;exception est alors déclenchée si le gestionnaire n&#039;est pas implémenté sur la plate-forme en cours et que l&#039;utilisateur envoie des demandes.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.EmojiCodes120&amp;diff=769558</id>
		<title>FMX.FontGlyphs.EmojiCodes120</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.FontGlyphs.EmojiCodes120&amp;diff=769558"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.FontGlyphs.EmojiCodes120|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
Codes Emoji en Unicode 12.0.&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Controls3D.TControl3D.Tap&amp;diff=769556</id>
		<title>FMX.Controls3D.TControl3D.Tap</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Rio/f/index.php?title=FMX.Controls3D.TControl3D.Tap&amp;diff=769556"/>
		<updated>2023-10-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Yukikoi : LOC-23419fr_Rio&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Controls3D.TControl3D.Tap|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&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;Appelé lorsque l&#039;utilisateur effectue un geste d&#039;appui (Tap) sur un contrôle 3D disponible pour les gestes tactiles.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &amp;amp;lt;/br&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Controls3D.TControl3D|FMX.Controls3D.TControl3D]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Yukikoi</name></author>
	</entry>
</feed>