<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://docwiki.embarcadero.com/Libraries/Athens/f/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jesusm</id>
	<title>RAD Studio API Documentation - Contributions de l’utilisateur [fr]</title>
	<link rel="self" type="application/atom+xml" href="https://docwiki.embarcadero.com/Libraries/Athens/f/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jesusm"/>
	<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/fr/Sp%C3%A9cial:Contributions/Jesusm"/>
	<updated>2026-05-22T09:32:57Z</updated>
	<subtitle>Contributions de l’utilisateur</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=Bde.DBTables.TTable.GetIndexNames&amp;diff=706534</id>
		<title>Bde.DBTables.TTable.GetIndexNames</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=Bde.DBTables.TTable.GetIndexNames&amp;diff=706534"/>
		<updated>2016-02-09T11:47:13Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Bde.DBTables.TTable.GetIndexNames|api}}&lt;br /&gt;
&amp;lt;!--Start API Documentation--&amp;gt;&lt;br /&gt;
==Description==&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Bde.DBTables.TTable.GetIndexNames | |{{InheritsFrom|Bde.DBTables.TTable.GetIndexNames}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=short /&amp;gt;Récupère une liste des index disponibles pour une table.&amp;lt;section end=short /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Appelez [[Bde.DBTables.TTable.GetIndexNames|GetIndexNames]] pour récupérer une liste de tous les index disponibles pour une table. List est un objet liste de chaînes, créé et maintenu par l&amp;#039;application, dans lequel les noms d&amp;#039;index sont récupérés.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;delphi&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Table1.GetIndexNames(ListBox1.Items);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Table1-&amp;gt;GetIndexNames(ListBox1-&amp;gt;Items);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Classes.TStrings]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TTable.IndexName|IndexName]]&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Obtention d&amp;#039;informations sur les index|Obtention d&amp;#039;informations sur les index]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
&amp;lt;!--End API Documentation--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=Bde.DBTables.TTable.FindNearest&amp;diff=706533</id>
		<title>Bde.DBTables.TTable.FindNearest</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=Bde.DBTables.TTable.FindNearest&amp;diff=706533"/>
		<updated>2016-02-09T11:44:34Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Bde.DBTables.TTable.FindNearest|api}}&lt;br /&gt;
&amp;lt;!--Start API Documentation--&amp;gt;&lt;br /&gt;
==Description==&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Bde.DBTables.TTable.FindNearest | |{{InheritsFrom|Bde.DBTables.TTable.FindNearest}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=short /&amp;gt;Déplace le curseur sur l&amp;#039;enregistrement le plus proche d&amp;#039;un ensemble spécifié de valeurs clé.&amp;lt;section end=short /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
La méthode [[Bde.DBTables.TTable.FindNearest|FindNearest]] permet de déplacer le curseur sur un enregistrement spécifique d&amp;#039;un ensemble de données ou sur le premier enregistrement de l&amp;#039;ensemble de données contenant des valeurs supérieures à celles spécifiées dans le paramètre KeyValues. KeyValues contient un tableau délimité par des virgules de valeurs de champ, appelé une clé. Chaque valeur de la clé peut être un littéral, une variable ou la valeur nil (Delphi) ou NULL (C++). Si le nombre de valeurs transmises dans KeyValues est inférieur au nombre de colonnes de l&amp;#039;index utilisé pour la recherche, les valeurs manquantes sont supposées être nulles. KeyValues_Size spécifie l&amp;#039;index de la dernière valeur de KeyValues (une de moins que le nombre total de valeurs fournies). Dans l&amp;#039;instruction ci-dessous, la méthode [[Bde.DBTables.TTable.FindKey|FindKey]] est utilisée pour trouver la ligne de la table ayant dans le champ index la valeur &amp;quot;&amp;#039;Princess Island SCUBA&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;delphi&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Table1.FindNearest([&amp;#039;Princess Island SCUBA&amp;#039;]);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
TVarRec vr = (&amp;quot;Princess Island SCUBA&amp;quot;);&lt;br /&gt;
Table1-&amp;gt;FindNearest(&amp;amp;vr, 0);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;#039;&amp;#039;&amp;#039;Remarque :&amp;#039;&amp;#039;&amp;#039;  Dans le code C++, les valeurs de recherche peuvent être transmises à [[Bde.DBTables.TTable.FindNearest|FindNearest]] en utilisant une construction TVarRec (comme ci-dessus) ou une construction ARRAYOFCONST. L&amp;#039;exemple ci-dessous effectue la même recherche que l&amp;#039;exemple précédent, mais en utilisant ARRAYOFCONST.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Table1-&amp;gt;FindNearest(ARRAYOFCONST((&amp;quot;Princess Island SCUBA&amp;quot;)));&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Pour les tables Paradox et dBASE, la clé doit toujours être un index, qui peut être spécifié dans la propriété [[Bde.DBTables.TTable.IndexName|IndexName]]. Si [[Bde.DBTables.TTable.IndexName|IndexName]] est vide, [[Bde.DBTables.TTable.FindNearest|FindNearest]] utilise l&amp;#039;index primaire de la table. Notez que [[Bde.DBTables.TTable.FindKey|FindKey]] ne fonctionne pas avec des index d&amp;#039;expression dBASE. Utilisez de préférence la méthode [[Bde.DBTables.TTable.GotoKey|GotoKey]] ou [[Bde.DBTables.TTable.GotoNearest|GotoNearest]].&lt;br /&gt;
&lt;br /&gt;
Pour les tables SQL, la clé peut correspondre à un index spécifié dans [[Bde.DBTables.TTable.IndexName|IndexName]] ou à une liste de noms de champ dans la propriété [[Bde.DBTables.TTable.IndexFieldNames|IndexFieldNames]].&lt;br /&gt;
&lt;br /&gt;
[[Bde.DBTables.TTable.FindNearest|FindNearest]] positionne le curseur sur l&amp;#039;enregistrement correspondant exactement ou sur le premier enregistrement dont les valeurs sont supérieures à celles spécifiées dans le critère de recherche. Si aucun enregistrement ne contient de valeurs supérieures ou égales aux critères spécifiés, [[Bde.DBTables.TTable.FindNearest|FindNearest]] positionne le curseur sur le dernier enregistrement de la table. KeyExclusive affecte également les conditions de limite d&amp;#039;intervalle et l&amp;#039;enregistrement sélectionné par [[Bde.DBTables.TTable.FindNearest|FindNearest]].&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.TVarRec]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TTable.FindKey|FindKey]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TTable.GotoKey|GotoKey]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TTable.GotoNearest|GotoNearest]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TTable.IndexName|IndexName]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TTable.IndexFieldNames|IndexFieldNames]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TTable.KeyExclusive|KeyExclusive]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TBDEDataSet.Locate|Locate]]&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Exécution d&amp;#039;une recherche avec les méthodes Find|Exécution d&amp;#039;une recherche avec les méthodes Find]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
&amp;lt;!--End API Documentation--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=Bde.DBTables.TTable.FindKey&amp;diff=706532</id>
		<title>Bde.DBTables.TTable.FindKey</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=Bde.DBTables.TTable.FindKey&amp;diff=706532"/>
		<updated>2016-02-09T11:40:57Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Bde.DBTables.TTable.FindKey|api}}&lt;br /&gt;
&amp;lt;!--Start API Documentation--&amp;gt;&lt;br /&gt;
==Description==&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Bde.DBTables.TTable.FindKey | |{{InheritsFrom|Bde.DBTables.TTable.FindKey}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=short /&amp;gt;Recherche un enregistrement dont les champs contiennent les valeurs spécifiées.&amp;lt;section end=short /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
La méthode [[Bde.DBTables.TTable.FindKey|FindKey]] permet de rechercher un enregistrement spécifique d&amp;#039;un ensemble de données. KeyValues contient un tableau délimité par des virgules de valeurs de champ, appelé une clé. Chaque valeur de la clé peut être un littéral, une variable ou la valeur nil (Delphi) ou NULL (C++). Si le nombre de valeurs transmises dans KeyValues est inférieur au nombre de colonnes de l&amp;#039;index utilisé pour la recherche, les valeurs manquantes sont supposées être nulles. KeyValues_Size spécifie l&amp;#039;index de la dernière valeur de KeyValues (une de moins que le nombre total de valeurs fournies). Dans l&amp;#039;instruction ci-dessous, la méthode [[Bde.DBTables.TTable.FindKey|FindKey]] est utilisée pour trouver la ligne de la table ayant dans le champ index la valeur &amp;quot;&amp;#039;Princess Island SCUBA&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;delphi&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Table1.FindKey([&amp;#039;Princess Island SCUBA&amp;#039;]);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
TVarRec vr = (&amp;quot;Princess Island SCUBA&amp;quot;);&lt;br /&gt;
Table1-&amp;gt;FindKey(&amp;amp;vr, 0);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;#039;&amp;#039;&amp;#039;Remarque :&amp;#039;&amp;#039;&amp;#039;  Dans le code C++, les valeurs de recherche peuvent être transmises à [[Bde.DBTables.TTable.FindKey|FindKey]] en utilisant une construction TVarRec (comme ci-dessus) ou une construction ARRAYOFCONST. L&amp;#039;exemple ci-dessous effectue la même recherche que l&amp;#039;exemple précédent, mais en utilisant ARRAYOFCONST.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Table1-&amp;gt;FindKey(ARRAYOFCONST((&amp;quot;Princess Island SCUBA&amp;quot;)));&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Pour les tables Paradox et dBASE, la clé doit toujours être un index, qui peut être spécifié dans la propriété [[Bde.DBTables.TTable.IndexName|IndexName]]. Si [[Bde.DBTables.TTable.IndexName|IndexName]] est vide, [[Bde.DBTables.TTable.FindKey|FindKey]] utilise l&amp;#039;index primaire de la table. Notez que [[Bde.DBTables.TTable.FindKey|FindKey]] ne fonctionne pas avec des index d&amp;#039;expression dBASE. Utilisez de préférence la méthode [[Bde.DBTables.TTable.GotoKey|GotoKey]] ou [[Bde.DBTables.TTable.GotoNearest|GotoNearest]].&lt;br /&gt;
&lt;br /&gt;
Pour les tables SQL, la clé peut correspondre à un index spécifié dans [[Bde.DBTables.TTable.IndexName|IndexName]] ou à une liste de noms de champ dans la propriété [[Bde.DBTables.TTable.IndexFieldNames|IndexFieldNames]].&lt;br /&gt;
&lt;br /&gt;
Si la recherche réussit, [[Bde.DBTables.TTable.FindKey|FindKey]] positionne le curseur sur l&amp;#039;enregistrement correspondant et renvoie true. Sinon, le curseur n&amp;#039;est pas déplacé et [[Bde.DBTables.TTable.FindKey|FindKey]] renvoie false.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.TVarRec]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TTable.FindNearest|FindNearest]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TTable.GotoKey|GotoKey]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TTable.GotoNearest|GotoNearest]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TTable.IndexName|IndexName]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TTable.IndexFieldNames|IndexFieldNames]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TTable.KeyExclusive|KeyExclusive]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TBDEDataSet.Locate|Locate]]&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Exécution d&amp;#039;une recherche avec les méthodes Find|Exécution d&amp;#039;une recherche avec les méthodes Find]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
&amp;lt;!--End API Documentation--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=Bde.DBTables.TStoredProc.ParamByName&amp;diff=706531</id>
		<title>Bde.DBTables.TStoredProc.ParamByName</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=Bde.DBTables.TStoredProc.ParamByName&amp;diff=706531"/>
		<updated>2016-02-09T11:35:07Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Bde.DBTables.TStoredProc.ParamByName|api}}&lt;br /&gt;
&amp;lt;!--Start API Documentation--&amp;gt;&lt;br /&gt;
==Description==&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Bde.DBTables.TStoredProc.ParamByName | |{{InheritsFrom|Bde.DBTables.TStoredProc.ParamByName}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=short /&amp;gt;Accède aux informations de paramètres d&amp;#039;après un nom de paramètre spécifié.&amp;lt;section end=short /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Appelez [[Bde.DBTables.TStoredProc.ParamByName|ParamByName]] pour renvoyer des informations sur un paramètre particulier en fonction de son nom. Value est le nom du paramètre pour lequel des informations doivent être récupérées. [[Bde.DBTables.TStoredProc.ParamByName|ParamByName]] est généralement utilisé pour spécifier la valeur d&amp;#039;un paramètre d&amp;#039;entrée lors de l&amp;#039;exécution, ou pour récupérer la valeur d&amp;#039;un paramètre de sortie. La ligne de commande suivante affecte la valeur &amp;quot; Jane Smith &amp;quot; au paramètre nommé Contact :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;delphi&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
StoredProc1.ParamByName(&amp;#039;Contact&amp;#039;).AsString := &amp;#039;Jane Smith&amp;#039;;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
StoredProc1-&amp;gt;ParamByName(&amp;quot;Contact&amp;quot;)-&amp;gt;AsString = &amp;quot;Jane Smith&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.UnicodeString]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TStoredProc.Params|Params]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
&amp;lt;!--End API Documentation--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=Bde.DBTables.TSession.FindDatabase&amp;diff=706530</id>
		<title>Bde.DBTables.TSession.FindDatabase</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=Bde.DBTables.TSession.FindDatabase&amp;diff=706530"/>
		<updated>2016-02-09T11:32:10Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Bde.DBTables.TSession.FindDatabase|api}}&lt;br /&gt;
&amp;lt;!--Start API Documentation--&amp;gt;&lt;br /&gt;
==Description==&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Bde.DBTables.TSession.FindDatabase | |{{InheritsFrom|Bde.DBTables.TSession.FindDatabase}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=short /&amp;gt;Recherche la base de données spécifiée dans la liste des composants base de données de la session.&amp;lt;section end=short /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
La méthode [[Bde.DBTables.TSession.FindDatabase|FindDatabase]] permet de déterminer si une base de données spécifique est associée à une session. DatabaseName indique le nom du composant base de données à rechercher.&lt;br /&gt;
&lt;br /&gt;
[[Bde.DBTables.TSession.FindDatabase|FindDatabase]] compare DatabaseName à la propriété DatabaseName de chaque composant base de données dans la liste de la session. S&amp;#039;il existe une correspondance, [[Bde.DBTables.TSession.FindDatabase|FindDatabase]] renvoie un pointeur désignant le composant base de données. Sinon,[[Bde.DBTables.TSession.FindDatabase|FindDatabase]] renvoie nil (Delphi) ou NULL (C++).&lt;br /&gt;
&lt;br /&gt;
Une application peut appeler [[Bde.DBTables.TSession.FindDatabase|FindDatabase]] pour vérifier si un composant base de données n&amp;#039;existe pas déjà avant d&amp;#039;en créer un nouveau pour la session.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;delphi&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
var&lt;br /&gt;
DB: TDatabase;&lt;br /&gt;
begin&lt;br /&gt;
DB := Session.FindDatabase(&amp;#039;DBDEMOS&amp;#039;);&lt;br /&gt;
if (DB = nil) then { la base de données n&amp;#039;existe pas dans la session...}&lt;br /&gt;
DB := Session.OpenDatabase(&amp;#039;DBDEMOS&amp;#039;); { La créeer et l&amp;#039;ouvrir }&lt;br /&gt;
if Assigned(DB) and DB.Active then begin&lt;br /&gt;
DB.StartTransaction;&lt;br /&gt;
...&lt;br /&gt;
end;&lt;br /&gt;
end;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.UnicodeString]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TSession.Databases|Databases]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TSession.OpenDatabase|OpenDatabase]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TDatabase.DatabaseName|DatabaseName]]&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Recherche d&amp;#039;une connexion de base de données|Recherche d&amp;#039;une connexion de base de données]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
&amp;lt;!--End API Documentation--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=Bde.DBTables.TSession.AddPassword&amp;diff=706529</id>
		<title>Bde.DBTables.TSession.AddPassword</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=Bde.DBTables.TSession.AddPassword&amp;diff=706529"/>
		<updated>2016-02-09T11:26:20Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Bde.DBTables.TSession.AddPassword|api}}&lt;br /&gt;
&amp;lt;!--Start API Documentation--&amp;gt;&lt;br /&gt;
==Description==&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Bde.DBTables.TSession.AddPassword | |{{InheritsFrom|Bde.DBTables.TSession.AddPassword}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=short /&amp;gt;Ajoute à la session en cours un mot de passe, utilisé pour l&amp;#039;accès aux tables cryptées Paradox ou dBase.&amp;lt;section end=short /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
La méthode [[Bde.DBTables.TSession.AddPassword|AddPassword]] met un mot de passe à la disposition de la session avant d&amp;#039;ouvrir une table Paradox ou dBase cryptée nécessitant un mot de passe. Si une application ouvre une table nécessitant un mot de passe alors que la session ne dispose pas de mot de passe et que l&amp;#039;application ne dispose pas d&amp;#039;un gestionnaire d&amp;#039;événement [[Bde.DBTables.TSession.OnPassword|OnPassword]], la bibliothèque affiche une boîte de dialogue demandant à l&amp;#039;utilisateur un mot de passe valide avant d&amp;#039;autoriser l&amp;#039;accès à la table.&lt;br /&gt;
&lt;br /&gt;
Par exemple, pour utiliser le littéral chaîne &amp;quot;secret&amp;quot; comme mot de passe de la session :&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;delphi&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Session.AddPassword(&amp;#039;secret&amp;#039;);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Session-&amp;gt;AddPassword(&amp;quot;secret&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;#039;&amp;#039;&amp;#039;Remarque :&amp;#039;&amp;#039;&amp;#039;  Si une application définit son propre gestionnaire d&amp;#039;événement [[Bde.DBTables.TSession.OnPassword|OnPassword]], ce gestionnaire doit appeler cette méthode pour mettre des mots de passe à la disposition de la session. Tous les mots de passe ajoutés par [[Bde.DBTables.TSession.AddPassword|AddPassword]] doivent être supprimés par [[Bde.DBTables.TSession.RemoveAllPasswords|RemoveAllPasswords]] ou [[Bde.DBTables.TSession.RemovePassword|RemovePassword]] avant la fermeture de l&amp;#039;application.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.UnicodeString]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TSession.OnPassword|OnPassword]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TSession.RemoveAllPasswords|RemoveAllPasswords]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TSession.RemovePassword|RemovePassword]]&lt;br /&gt;
&lt;br /&gt;
* [[Bde.DBTables.TSession.GetPassword|GetPassword]]&lt;br /&gt;
&lt;br /&gt;
* [[Vcl.DBPWDlg.PasswordDialog|PasswordDialog]]&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Manipulation des tables Paradox et dBASE protégées par mot de passe|Manipulation des tables Paradox et dBASE protégées par mot de passe]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
&amp;lt;!--End API Documentation--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=FMX.Controls.TControl.HitTest&amp;diff=705928</id>
		<title>FMX.Controls.TControl.HitTest</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=FMX.Controls.TControl.HitTest&amp;diff=705928"/>
		<updated>2016-02-02T08:08:17Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Controls.TControl.HitTest|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.Controls.TControl.HitTest | |{{InheritsFrom|FMX.Controls.TControl.HitTest}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Active le contrôle pour capturer les événements de souris.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Si vous définissez [[FMX.Controls.TControl.HitTest|HitTest]] sur {{True}}, le contrôle capture tous les événements de souris. L&amp;#039;exemple ci-dessous illustre l&amp;#039;utilisation de [[FMX.Controls.TControl.HitTest|HitTest]] pour un événement [[FMX.Controls.TControl.OnClick|OnClick]].&lt;br /&gt;
* Si vous définissez [[FMX.Controls.TControl.HitTest|HitTest]] sur {{False}}, les événements de souris passeront par ce contrôle, afin qu&amp;#039;un contrôle disposé derrière ce contrôle reçoive les événements de la souris à la place de celui-ci. &lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Remarque :&amp;#039;&amp;#039;&amp;#039; [[FMX.Controls.TControl.HitTest|HitTest]] active tous les événements associés à la souris, ce qui inclut également l&amp;#039;affichage de [[FMX.Controls.TControl.Hint|Hints]] et des événements associés à [[FMX.Controls.TControl.Hint|Hint]]. &lt;br /&gt;
&lt;br /&gt;
Pour la plupart des contrôles, [[FMX.Controls.TControl.HitTest|HitTest]] est défini sur {{True}} par défaut. Toutefois, ce n&amp;#039;est pas le cas pour tous les contrôles. Par exemple, pour [[FMX.StdCtrls.TLabel|TLabel]] et [[FMX.StdCtrls.TPathLabel|TPathLabel]], [[FMX.Controls.TControl.HitTest|HitTest]] est défini sur {{False}} par défaut, ces deux contrôles ne capturent pas les événements associés à la souris à moins que vous définissiez [[FMX.Controls.TControl.HitTest|HitTest]] sur {{True}}.&lt;br /&gt;
&lt;br /&gt;
===Exemple de HitTest===&lt;br /&gt;
&lt;br /&gt;
1. Placez un composant [[FMX.StdCtrls.TPanel|TPanel]] sur une fiche.&lt;br /&gt;
&lt;br /&gt;
2. Placez un composant &amp;#039;&amp;#039;&amp;#039;TPathLabel&amp;#039;&amp;#039;&amp;#039; à l&amp;#039;intérieur d&amp;#039;un panneau.&lt;br /&gt;
&lt;br /&gt;
3. Implémentez l&amp;#039;événement &amp;#039;&amp;#039;&amp;#039;OnClick&amp;#039;&amp;#039;&amp;#039; pour TPanel et TPathLabel :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;delphi&amp;quot;&amp;gt;&lt;br /&gt;
procedure TForm1.Panel1Click(Sender: TObject);&lt;br /&gt;
begin&lt;br /&gt;
  ShowMessage(&amp;#039;OnClick event fired for TPanel&amp;#039;);&lt;br /&gt;
end;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;delphi&amp;quot;&amp;gt;&lt;br /&gt;
procedure TForm1.PathLabel1Click(Sender: TObject);&lt;br /&gt;
begin&lt;br /&gt;
  ShowMessage(&amp;#039;OnClick event fired for TPathLabel&amp;#039;);&lt;br /&gt;
end;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4. Définissez la propriété &amp;#039;&amp;#039;&amp;#039;HitTest&amp;#039;&amp;#039;&amp;#039; de TPathLabel sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; (le paramètre par défaut). Exécutez l&amp;#039;application et cliquez sur le libellé. L&amp;#039;événement &amp;#039;&amp;#039;&amp;#039;OnClick&amp;#039;&amp;#039;&amp;#039; est déclenché pour le volet (et non pour le libellé).&lt;br /&gt;
&lt;br /&gt;
5. Définissez la propriété &amp;#039;&amp;#039;&amp;#039;HitTest&amp;#039;&amp;#039;&amp;#039; de TPathLabel sur &amp;#039;&amp;#039;&amp;#039;True&amp;#039;&amp;#039;&amp;#039;. Exécutez l&amp;#039;application et cliquez sur le libellé. L&amp;#039;événement &amp;#039;&amp;#039;&amp;#039;OnClick&amp;#039;&amp;#039;&amp;#039; est déclenché pour TPathLabel.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[FMX.Controls.TControl.OnClick|FMX.Controls.TControl.OnClick]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE2]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=Data.DB.TDataSet.FreeBookmark&amp;diff=703805</id>
		<title>Data.DB.TDataSet.FreeBookmark</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=Data.DB.TDataSet.FreeBookmark&amp;diff=703805"/>
		<updated>2016-01-20T16:20:21Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : LOC-21461&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Data.DB.TDataSet.FreeBookmark|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Data.DB.TDataSet.FreeBookmark | |{{InheritsFrom|Data.DB.TDataSet.FreeBookmark}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Libère les ressources allouées à un signet spécifié (quelque peu obsolète).&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Data.DB.TBookmark|TBookmark]] est un alias pour TBytes. Cela signifie que [[Data.DB.TBookmark|TBookmark]] est automatiquement nettoyé de la mémoire lorsqu&amp;#039;il sort de la portée. Puisque [[Data.DB.TBookmark|TBookmark]] ne doit pas libérer la mémoire, la méthode [[Data.DB.TDataSet.FreeBookmark|FreeBookmark]] est vide pour l&amp;#039;implémentation par défaut. &lt;br /&gt;
&lt;br /&gt;
Si un descendant de [[Data.DB.TDataSet|TDataSet]] doit encore libérer des ressources allouées lors de l&amp;#039;utilisation des signets, la méthode [[Data.DB.TDataSet.FreeBookmark|FreeBookmark]] devrait être redéfinie sur une fonctionnalité spécifique lorsque le signet n&amp;#039;est plus nécessaire. Sinon, il n&amp;#039;est pas nécessaire d&amp;#039;utiliser cette méthode.&lt;br /&gt;
              &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.DynamicArray|System.DynamicArray]]&lt;br /&gt;
&lt;br /&gt;
* [[Data.DB.TDataSet.Bookmark|Bookmark]]&lt;br /&gt;
&lt;br /&gt;
* [[Data.DB.TDataSet.GetBookmark|GetBookmark]]&lt;br /&gt;
&lt;br /&gt;
* [[Data.DB.TDataSet.GotoBookmark|GotoBookmark]]&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Marquage d&amp;#039;enregistrements|Marquage d&amp;#039;enregistrements]]&lt;br /&gt;
&lt;br /&gt;
===Exemples de code===&lt;br /&gt;
&lt;br /&gt;
* [[Samp_en:GetBookmark (C++)|GetBookmark (C++)]]&lt;br /&gt;
* [[Samp_en:GetBookmark (Delphi)|GetBookmark (Delphi)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=Data.DB.TDataSet.FreeBookmark&amp;diff=703804</id>
		<title>Data.DB.TDataSet.FreeBookmark</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=Data.DB.TDataSet.FreeBookmark&amp;diff=703804"/>
		<updated>2016-01-20T16:20:18Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : LOC-21461&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Data.DB.TDataSet.FreeBookmark|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Data.DB.TDataSet.FreeBookmark | |{{InheritsFrom|Data.DB.TDataSet.FreeBookmark}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Libère les ressources allouées à un signet spécifié (quelque peu obsolète).&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Data.DB.TBookmark|TBookmark]] est un alias pour TBytes. Cela signifie que [[Data.DB.TBookmark|TBookmark]] est automatiquement nettoyé de la mémoire lorsqu&amp;#039;il sort de la portée. Puisque [[Data.DB.TBookmark|TBookmark]] ne doit pas libérer la mémoire, la méthode [[Data.DB.TDataSet.FreeBookmark|FreeBookmark]] est vide pour l&amp;#039;implémentation par défaut. &lt;br /&gt;
&lt;br /&gt;
Si un descendant de [[Data.DB.TDataSet|TDataSet]] doit encore libérer des ressources allouées lors de l&amp;#039;utilisation des signets, la méthode [[Data.DB.TDataSet.FreeBookmark|FreeBookmark]] devrait être redéfinie sur une fonctionnalité spécifique lorsque le signet n&amp;#039;est plus nécessaire. Sinon, il n&amp;#039;est pas nécessaire d&amp;#039;utiliser cette méthode.&lt;br /&gt;
              &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.DynamicArray|System.DynamicArray]]&lt;br /&gt;
&lt;br /&gt;
* [[Data.DB.TDataSet.Bookmark|Bookmark]]&lt;br /&gt;
&lt;br /&gt;
* [[Data.DB.TDataSet.GetBookmark|GetBookmark]]&lt;br /&gt;
&lt;br /&gt;
* [[Data.DB.TDataSet.GotoBookmark|GotoBookmark]]&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Marquage d&amp;#039;enregistrements|Marquage d&amp;#039;enregistrements]]&lt;br /&gt;
&lt;br /&gt;
===Exemples de code===&lt;br /&gt;
&lt;br /&gt;
* [[Samp_en:GetBookmark (C++)|GetBookmark (C++)]]&lt;br /&gt;
* [[Samp_en:GetBookmark (Delphi)|GetBookmark (Delphi)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Sensors.TCustomSensor.DoStart&amp;diff=687392</id>
		<title>System.Sensors.TCustomSensor.DoStart</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Sensors.TCustomSensor.DoStart&amp;diff=687392"/>
		<updated>2015-08-27T15:13:58Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : LOC-20047&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Sensors.TCustomSensor.DoStart|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Sensors.TCustomSensor.DoStart| |{{InheritsFrom|System.Sensors.TCustomSensor.DoStart}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Active le détecteur.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Les enfants de [[System.Sensors.TCustomSensor|TCustomSensor]] redéfinissent cette méthode pour gérer la façon dont le détecteur est activé.&lt;br /&gt;
&lt;br /&gt;
[[System.Sensors.TCustomSensor.Start|Start]] appelle [[System.Sensors.TCustomSensor.DoStart|DoStart]].&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Sensors.TCustomSensor.Stop|System.Sensors.TCustomSensor.Stop]]&lt;br /&gt;
* [[System.Sensors.TCustomSensor.Start|System.Sensors.TCustomSensor.Start]]&lt;br /&gt;
* [[System.Sensors.TCustomSensor.DoStop|System.Sensors.TCustomSensor.DoStop]]&lt;br /&gt;
* [[System.Sensors.TCustomSensor.Started|System.Sensors.TCustomSensor.Started]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Seattle]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Sensors.TCustomSensor.DoStop&amp;diff=687394</id>
		<title>System.Sensors.TCustomSensor.DoStop</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Sensors.TCustomSensor.DoStop&amp;diff=687394"/>
		<updated>2015-08-27T15:13:58Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : LOC-20047&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Sensors.TCustomSensor.DoStop|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Sensors.TCustomSensor.DoStop| |{{InheritsFrom|System.Sensors.TCustomSensor.DoStop}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Désactive le détecteur.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Les enfants de [[System.Sensors.TCustomSensor|TCustomSensor]] redéfinissent cette méthode pour gérer la façon dont le détecteur est désactivé.&lt;br /&gt;
&lt;br /&gt;
[[System.Sensors.TCustomSensor.Stop|Stop]] appelle [[System.Sensors.TCustomSensor.DoStop|DoStop]].&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Sensors.TCustomSensor.Stop|System.Sensors.TCustomSensor.Stop]]&lt;br /&gt;
* [[System.Sensors.TCustomSensor.Start|System.Sensors.TCustomSensor.Start]]&lt;br /&gt;
* [[System.Sensors.TCustomSensor.DoStart|System.Sensors.TCustomSensor.DoStart]]&lt;br /&gt;
* [[System.Sensors.TCustomSensor.Started|System.Sensors.TCustomSensor.Started]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Seattle]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Sensors.TCustomSensor.Create&amp;diff=687390</id>
		<title>System.Sensors.TCustomSensor.Create</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Sensors.TCustomSensor.Create&amp;diff=687390"/>
		<updated>2015-08-27T15:13:57Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : LOC-20047&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Sensors.TCustomSensor.Create|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Sensors.TCustomSensor.Create | |{{InheritsFrom|System.Sensors.TCustomSensor.Create}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.TObject.Create|Create]] crée une instance de [[System.Sensors.TCustomSensor|TCustomSensor]].&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Arg|AManager}} est une instance de [[System.Sensors.TSensorManager|TSensorManager]] qui fournit l&amp;#039;accès au détecteur cible.&lt;br /&gt;
&lt;br /&gt;
[[System.Sensors.TCustomSensor.Create|Create]] définit la valeur de [[System.Sensors.TCustomSensor.Started|Started]] sur {{False}}.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
*[[System.Sensors.TCustomSensor.Destroy|System.Sensors.TCustomSensor.Destroy]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Seattle]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Net.URLClient.TURI.Create&amp;diff=687384</id>
		<title>System.Net.URLClient.TURI.Create</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Net.URLClient.TURI.Create&amp;diff=687384"/>
		<updated>2015-08-27T15:13:56Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : LOC-20047&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Net.URLClient.TURI.Create|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Net.URLClient.TURI.Create| |{{InheritsFrom|System.Net.URLClient.TURI.Create}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Crée une instance de [[System.Net.URLClient.TURI|TURI]] à partir de la chaîne URI fournie.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Exceptions===&lt;br /&gt;
&lt;br /&gt;
Un appel à [[System.Net.URLClient.TURI.Create|TURI.Create]] peut déclencher l&amp;#039;exception suivante :&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! [[System.SysUtils.Exception|Exception]]&lt;br /&gt;
! [[System.SysUtils.Exception.Message|Exception.Message]]&lt;br /&gt;
! Scénarios&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[System.Net.URLClient.ENetURIException|ENetURIException]]&lt;br /&gt;
|&lt;br /&gt;
URL non valide : {{Placeholder|URL}}&lt;br /&gt;
|&lt;br /&gt;
* La chaîne URI que vous avez fournie n&amp;#039;est pas une URL valide.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Net.URLClient.TURI.ToString|System.Net.URLClient.TURI.ToString]]&lt;br /&gt;
&lt;br /&gt;
* [[Wikipedia:Uniform resource identifier|Uniform resource identifier (URI) (EN)]]&lt;br /&gt;
&lt;br /&gt;
* [[Wikipedia:Uniform resource locator|Uniform resource locator (URL) (EN)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=FMX.ListView.TPresentedListView.ExecuteInterlocked&amp;diff=687378</id>
		<title>FMX.ListView.TPresentedListView.ExecuteInterlocked</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=FMX.ListView.TPresentedListView.ExecuteInterlocked&amp;diff=687378"/>
		<updated>2015-08-27T15:13:54Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : LOC-20047&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.ListView.TPresentedListView.ExecuteInterlocked|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | FMX.ListView.TPresentedListView.ExecuteInterlocked | |{{InheritsFrom|FMX.ListView.TPresentedListView.ExecuteInterlocked}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Exécute la [[System.SysUtils.TProc|procédure]] spécifiée tant qu&amp;#039;il n&amp;#039;y a pas d&amp;#039;autre appel à [[FMX.ListView.TPresentedListView.ExecuteInterlocked|ExecuteInterlocked]] en cours, qui aurait pu être appelé depuis un thread distinct. Si un appel à [[FMX.ListView.TPresentedListView.ExecuteInterlocked|ExecuteInterlocked]] est en cours, la procédure spécifiée n&amp;#039;est jamais exécutée.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Seattle]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=FMX.ImgList.TCustomImageList.FindInCache&amp;diff=687374</id>
		<title>FMX.ImgList.TCustomImageList.FindInCache</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=FMX.ImgList.TCustomImageList.FindInCache&amp;diff=687374"/>
		<updated>2015-08-27T15:13:52Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : LOC-20047&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.ImgList.TCustomImageList.FindInCache|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}}|FMX.ImgList.TCustomImageList.FindInCache||{{InheritsFrom|FMX.ImgList.TCustomImageList.FindInCache}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Recherche dans le cache interne un bitmap ayant les valeurs {{Arg|Index}} et {{Arg|Size}} spécifiées. En cas de réussite, le bitmap trouvé est renvoyé. Dans le cas contraire, {{Code|nil}} est renvoyé.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Si {{Arg|Size.cx}} et {{Arg|Size.cy}} &amp;lt;code&amp;gt; &amp;amp;lt;= 0&amp;lt;/code&amp;gt;, [[FMX.ImgList.TCustomImageList.FindInCache|FindInCache]] recherche dans le cache interne un bitmap ayant la position {{Arg|Index}} spécifiée dans la [[FMX.ImgList.TCustomImageList.Destination|collection de destination]], puis le renvoie si la recherche aboutit. Sinon, il recherche dans le cache interne un bitmap ayant les valeurs {{Arg|Index}} et {{Arg|Size}} spécifiées, puis le renvoie si la recherche aboutit.&lt;br /&gt;
&lt;br /&gt;
{{Arg|Size}} spécifie la largeur et la hauteur (dans le format [[System.Types.TSize|TSize]]) du bitmap à rechercher dans le cache interne.&lt;br /&gt;
&lt;br /&gt;
{{Arg|Index}} est le numéro ordinal de base zéro de l&amp;#039;image dans la [[FMX.ImgList.TCustomImageList.Destination|collection de destination]].&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Types.TSize|System.Types.TSize]]&lt;br /&gt;
* [[FMX.ImgList.TCustomImageList.CacheSize|FMX.ImgList.TCustomImageList.CacheSize]]&lt;br /&gt;
* [[FMX.Graphics.TBitmap|FMX.Graphics.TBitmap]]&lt;br /&gt;
* [[FMX.ImgList.TCustomImageList.Destination|FMX.ImgList.TCustomImageList.Destination]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;br /&gt;
[[Category:FMX]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=FMX.Media.TMediaPlayerCurrentTime.MediaPlayer&amp;diff=659025</id>
		<title>FMX.Media.TMediaPlayerCurrentTime.MediaPlayer</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=FMX.Media.TMediaPlayerCurrentTime.MediaPlayer&amp;diff=659025"/>
		<updated>2015-02-09T08:45:28Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:FMX.Media.TMediaPlayerCurrentTime.MediaPlayer|api}}&lt;br /&gt;
==Description==&lt;br /&gt;
&amp;lt;span class=&amp;quot;short&amp;quot;&amp;gt;&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;{{#lst:FMX.Media.TCustomMediaPlayerAction.MediaPlayer|short}}&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
{{#lsth:FMX.Media.TCustomMediaPlayerAction.MediaPlayer|Description}}&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattService.DoAddIncludedService&amp;diff=646005</id>
		<title>System.Bluetooth.TBluetoothGattService.DoAddIncludedService</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattService.DoAddIncludedService&amp;diff=646005"/>
		<updated>2015-01-05T14:22:59Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattService.DoAddIncludedService|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattService.DoAddIncludedService | |{{InheritsFrom|System.Bluetooth.TBluetoothGattService.DoAddIncludedService}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Ajoute le [[System.Bluetooth.TBluetoothGattService|service inclus]] spécifié (référence au sein d&amp;#039;un service à un autre service) à la liste des services inclus de votre service, et renvoie {{True}} en cas de réussite ou {{False}} sinon.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattService|System.Bluetooth.TBluetoothGattService]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattService.DoCreateIncludedService|System.Bluetooth.TBluetoothGattService.DoCreateIncludedService]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattService.CreateIncludedService|System.Bluetooth.TBluetoothGattService.CreateIncludedService]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattStatus&amp;diff=646009</id>
		<title>System.Bluetooth.TBluetoothGattStatus</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattStatus&amp;diff=646009"/>
		<updated>2015-01-05T14:22:59Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattStatus|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;Statut à la fin d&amp;#039;une opération Bluetooth Low Energy.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Le tableau suivant présente une liste des statuts possibles :&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
Statut&lt;br /&gt;
!&lt;br /&gt;
Description&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Success}}&lt;br /&gt;
|&lt;br /&gt;
L&amp;#039;opération s&amp;#039;est terminée avec succès.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|ReadNotPermitted}}&lt;br /&gt;
|&lt;br /&gt;
L&amp;#039;opération de lecture n&amp;#039;est pas autorisée.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|WriteNotPermitted}}&lt;br /&gt;
|&lt;br /&gt;
L&amp;#039;opération d&amp;#039;écriture n&amp;#039;est pas autorisée.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|InsufficientAutentication}}&lt;br /&gt;
|&lt;br /&gt;
Vos données d&amp;#039;authentification sont valides mais elles ne vous autorisent pas à effectuer l&amp;#039;opération. Vous n&amp;#039;avez pas les permissions requises.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|RequestNotSupported}}&lt;br /&gt;
|&lt;br /&gt;
L&amp;#039;opération n&amp;#039;est pas supportée.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|InvalidOffset}}&lt;br /&gt;
|&lt;br /&gt;
L&amp;#039;offset spécifié dans votre opération n&amp;#039;est pas valide.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|InvalidAttributeLength}}&lt;br /&gt;
|&lt;br /&gt;
La longueur de la valeur spécifiée n&amp;#039;est pas valide pour l&amp;#039;attribut cible.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|InsufficientEncryption}}&lt;br /&gt;
|&lt;br /&gt;
Le cryptage utilisé pour l&amp;#039;opération n&amp;#039;est pas assez fort.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Failure}}&lt;br /&gt;
|&lt;br /&gt;
Une erreur non spécifiée a empêché la réussite de l&amp;#039;opération.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothLEDevice.OnCharacteristicRead|System.Bluetooth.TBluetoothLEDevice.OnCharacteristicRead]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothLEDevice.OnCharacteristicWrite|System.Bluetooth.TBluetoothLEDevice.OnCharacteristicWrite]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothLEDevice.OnDescriptorRead|System.Bluetooth.TBluetoothLEDevice.OnDescriptorRead]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothLEDevice.OnDescriptorWrite|System.Bluetooth.TBluetoothLEDevice.OnDescriptorWrite]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothLEDevice.OnReadRSSI|System.Bluetooth.TBluetoothLEDevice.OnReadRSSI]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothLEDevice.OnReliableWriteCompleted|System.Bluetooth.TBluetoothLEDevice.OnReliableWriteCompleted]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.OnCharacteristicRead|System.Bluetooth.TBluetoothGattServer.OnCharacteristicRead]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.OnCharacteristicWrite|System.Bluetooth.TBluetoothGattServer.OnCharacteristicWrite]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.OnServiceAdded|System.Bluetooth.TBluetoothGattServer.OnServiceAdded]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.FServices&amp;diff=645995</id>
		<title>System.Bluetooth.TBluetoothGattServer.FServices</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.FServices&amp;diff=645995"/>
		<updated>2015-01-05T14:22:56Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattServer.FServices|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattServer.FServices | |{{InheritsFrom|System.Bluetooth.TBluetoothGattServer.FServices}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Propriété protégée qui contient la [[System.Bluetooth.TBluetoothGattServiceList|liste des services]] que votre serveur GATT fournit.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServiceList|System.Bluetooth.TBluetoothGattServiceList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.DoGetServices|System.Bluetooth.TBluetoothGattServer.DoGetServices]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.GetServices&amp;diff=645997</id>
		<title>System.Bluetooth.TBluetoothGattServer.GetServices</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.GetServices&amp;diff=645997"/>
		<updated>2015-01-05T14:22:56Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattServer.GetServices|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattServer.GetServices | |{{InheritsFrom|System.Bluetooth.TBluetoothGattServer.GetServices}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Renvoie la [[System.Bluetooth.TBluetoothGattServiceList|liste des services]] que votre serveur GATT fournit.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServiceList|System.Bluetooth.TBluetoothGattServiceList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.FindService|System.Bluetooth.TBluetoothGattServer.FindService]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.DoGetServices|System.Bluetooth.TBluetoothGattServer.DoGetServices]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.DoUpdateCharacteristicValue&amp;diff=645991</id>
		<title>System.Bluetooth.TBluetoothGattServer.DoUpdateCharacteristicValue</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.DoUpdateCharacteristicValue&amp;diff=645991"/>
		<updated>2015-01-05T14:22:55Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattServer.DoUpdateCharacteristicValue|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattServer.DoUpdateCharacteristicValue | |{{InheritsFrom|System.Bluetooth.TBluetoothGattServer.DoUpdateCharacteristicValue}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Remplace les données d&amp;#039;une [[System.Bluetooth.TBluetoothGattCharacteristic|caractéristique]] existante par le même [[System.Bluetooth.TBluetoothGattCharacteristic.UUID|UUID]] que celui de la caractéristique spécifiée, et remplace les données de la caractéristique existante par les données de la caractéristique spécifiée.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Votre serveur informe les [[System.Bluetooth.TBluetoothLEDevice.SetCharacteristicNotification|clients abonnés]] de ces changements.&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Remarque :&amp;#039;&amp;#039;&amp;#039; Il s&amp;#039;agit d&amp;#039;une méthode abstraite qu&amp;#039;implémentent les sous-classes de [[System.Bluetooth.TBluetoothGattServer|TBluetoothGattServer]] spécifiques à la plate-forme.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic|System.Bluetooth.TBluetoothGattCharacteristic]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic.UUID|System.Bluetooth.TBluetoothGattCharacteristic.UUID]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.AddCharacteristic|System.Bluetooth.TBluetoothGattServer.AddCharacteristic]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.CreateCharacteristic|System.Bluetooth.TBluetoothGattServer.CreateCharacteristic]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothLEDevice.SetCharacteristicNotification|System.Bluetooth.TBluetoothLEDevice.SetCharacteristicNotification]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.UpdateCharacteristicValue|System.Bluetooth.TBluetoothGattServer.UpdateCharacteristicValue]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.FindService&amp;diff=645993</id>
		<title>System.Bluetooth.TBluetoothGattServer.FindService</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.FindService&amp;diff=645993"/>
		<updated>2015-01-05T14:22:55Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattServer.FindService|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattServer.FindService | |{{InheritsFrom|System.Bluetooth.TBluetoothGattServer.FindService}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Renvoie un [[System.Bluetooth.TBluetoothGattService|service]] avec [[System.Bluetooth.TBluetoothGattService.UUID|l&amp;#039;UUID]] spécifié, préalablement [[System.Bluetooth.TBluetoothGattServer.AddService|ajouté]] à votre serveur GATT. Cette fonction renvoie nil si aucun service avec un UUID correspondant n&amp;#039;a été trouvé.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothUUID|System.Bluetooth.TBluetoothUUID]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattService|System.Bluetooth.TBluetoothGattService]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.AddService|System.Bluetooth.TBluetoothGattServer.AddService]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.GetServices|System.Bluetooth.TBluetoothGattServer.GetServices]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.DoClose&amp;diff=645983</id>
		<title>System.Bluetooth.TBluetoothGattServer.DoClose</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.DoClose&amp;diff=645983"/>
		<updated>2015-01-05T14:22:52Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattServer.DoClose|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattServer.DoClose | |{{InheritsFrom|System.Bluetooth.TBluetoothGattServer.DoClose}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Arrête votre serveur GATT.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Remarque :&amp;#039;&amp;#039;&amp;#039; Il s&amp;#039;agit d&amp;#039;une méthode abstraite qu&amp;#039;implémentent les sous-classes de [[System.Bluetooth.TBluetoothGattServer|TBluetoothGattServer]] spécifiques à la plate-forme.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.DoOpen|System.Bluetooth.TBluetoothGattServer.DoOpen]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.Destroy|System.Bluetooth.TBluetoothGattServer.Destroy]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.Close|System.Bluetooth.TBluetoothGattServer.Close]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.DoCreateDescriptor&amp;diff=645985</id>
		<title>System.Bluetooth.TBluetoothGattServer.DoCreateDescriptor</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.DoCreateDescriptor&amp;diff=645985"/>
		<updated>2015-01-05T14:22:52Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattServer.DoCreateDescriptor|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattServer.DoCreateDescriptor | |{{InheritsFrom|System.Bluetooth.TBluetoothGattServer.DoCreateDescriptor}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Crée un nouveau [[System.Bluetooth.TBluetoothGattDescriptor|descripteur]] pour l&amp;#039;identificateur de [[System.Bluetooth.TBluetoothGattCharacteristic|caractéristique]] spécifié par [[System.Bluetooth.TBluetoothGattDescriptor.UUID|l&amp;#039;UUID]] spécifié, et renvoie ce nouveau descripteur.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Remarque :&amp;#039;&amp;#039;&amp;#039; Il s&amp;#039;agit d&amp;#039;une méthode abstraite qu&amp;#039;implémentent les sous-classes de [[System.Bluetooth.TBluetoothGattServer|TBluetoothGattServer]] spécifiques à la plate-forme.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic|System.Bluetooth.TBluetoothGattCharacteristic]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothUUID|System.Bluetooth.TBluetoothUUID]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor|System.Bluetooth.TBluetoothGattDescriptor]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic.Descriptors|System.Bluetooth.TBluetoothGattCharacteristic.Descriptors]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.UUID|System.Bluetooth.TBluetoothGattDescriptor.UUID]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.CreateDescriptor|System.Bluetooth.TBluetoothGattServer.CreateDescriptor]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.DoGetServices&amp;diff=645987</id>
		<title>System.Bluetooth.TBluetoothGattServer.DoGetServices</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.DoGetServices&amp;diff=645987"/>
		<updated>2015-01-05T14:22:52Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattServer.DoGetServices|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattServer.DoGetServices | |{{InheritsFrom|System.Bluetooth.TBluetoothGattServer.DoGetServices}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Renvoie la [[System.Bluetooth.TBluetoothGattServiceList|liste des services]] que votre serveur GATT fournit.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServiceList|System.Bluetooth.TBluetoothGattServiceList]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.FServices|System.Bluetooth.TBluetoothGattServer.FServices]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.GetServices|System.Bluetooth.TBluetoothGattServer.GetServices]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.Destroy&amp;diff=645981</id>
		<title>System.Bluetooth.TBluetoothGattServer.Destroy</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.Destroy&amp;diff=645981"/>
		<updated>2015-01-05T14:22:51Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattServer.Destroy|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattServer.Destroy | |{{InheritsFrom|System.Bluetooth.TBluetoothGattServer.Destroy}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.TObject.Destroy|Détruit]] cette instance de [[System.Bluetooth.TBluetoothGattServer|TBluetoothGattServer]].&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.Close|System.Bluetooth.TBluetoothGattServer.Close]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.Create|System.Bluetooth.TBluetoothGattServer.Create]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattCharacteristic.Descriptors&amp;diff=645975</id>
		<title>System.Bluetooth.TBluetoothGattCharacteristic.Descriptors</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattCharacteristic.Descriptors&amp;diff=645975"/>
		<updated>2015-01-05T14:22:50Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattCharacteristic.Descriptors|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattCharacteristic.Descriptors | |{{InheritsFrom|System.Bluetooth.TBluetoothGattCharacteristic.Descriptors}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Renvoie une liste de descripteurs pour cette caractéristique.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; Le type [[System.Bluetooth.TBluetoothGattCharacteristic.Descriptors|Descriptors]] est [[System.Bluetooth.TBluetoothGattDescriptorList|TBluetoothGattDescriptorList]].&lt;br /&gt;
&lt;br /&gt;
Les descripteurs sont des attributs définis qui décrivent une valeur de caractéristique. Pour de plus amples informations, visitez la page officielle : [https://developer.bluetooth.org/gatt/descriptors/Pages/DescriptorsHomePage.aspx Descripteurs de la caractéristique GATT].&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic|System.Bluetooth.TBluetoothGattCharacteristic]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptorList|System.Bluetooth.TBluetoothGattDescriptorList]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic.DoGetDescriptors|System.Bluetooth.TBluetoothGattCharacteristic.DoGetDescriptors]]&lt;br /&gt;
* [https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicsHome.aspx Caractéristiques BluetoothLE standard]&lt;br /&gt;
* [https://developer.bluetooth.org/gatt/descriptors/Pages/DescriptorsHomePage.aspx Descripteurs de la caractéristique GATT]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE7]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattCharacteristic.Value&amp;diff=645977</id>
		<title>System.Bluetooth.TBluetoothGattCharacteristic.Value</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattCharacteristic.Value&amp;diff=645977"/>
		<updated>2015-01-05T14:22:50Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattCharacteristic.Value|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattCharacteristic.Value | |{{InheritsFrom|System.Bluetooth.TBluetoothGattCharacteristic.Value}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Renvoie la valeur stockée ou définit une nouvelle valeur pour cette caractéristique.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
La valeur de la caractéristique est un [[System.SysUtils.TBytes|tableau d&amp;#039;octets]]. Visitez la page officielle pour plus d&amp;#039;informations sur ce que représentent les octets : [https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicsHome.aspx Caractéristiques BluetoothLE standard].&lt;br /&gt;
&lt;br /&gt;
Parmi les [[System.Bluetooth.TBluetoothGattCharacteristic.Descriptors|descripteurs de la caractéristique]] il peut y avoir un [[System.Bluetooth.TBluetoothGattDescriptor|descripteur]] de [[System.Bluetooth.TBluetoothGattDescriptor.Kind|type]] [[System.Bluetooth.TBluetoothDescriptorKind|PresentationFormat]] qui fournit des propriétés avec des informations clés concernant la valeur de la caractéristique :&lt;br /&gt;
&lt;br /&gt;
* Le [[System.Bluetooth.TBluetoothGattDescriptor.Format|format]] ou la structure de données que la valeur utilise.&lt;br /&gt;
* Un [[System.Bluetooth.TBluetoothGattDescriptor.Exponent|exposant]] que vous devez appliquer à la valeur pour obtenir la valeur réelle.&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.FormatUnit|L&amp;#039;unité]] de la valeur.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic.Descriptors|System.Bluetooth.TBluetoothGattCharacteristic.Descriptors]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.Format|System.Bluetooth.TBluetoothGattDescriptor.Format]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.Exponent|System.Bluetooth.TBluetoothGattDescriptor.Exponent]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.FormatUnit|System.Bluetooth.TBluetoothGattDescriptor.FormatUnit]]&lt;br /&gt;
&lt;br /&gt;
* [https://developer.bluetooth.org/gatt/characteristics/Pages/CharacteristicsHome.aspx Caractéristiques BluetoothLE standard]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE7]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.CreateDescriptor&amp;diff=645969</id>
		<title>System.Bluetooth.TBluetoothGattServer.CreateDescriptor</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.CreateDescriptor&amp;diff=645969"/>
		<updated>2015-01-05T14:20:59Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattServer.CreateDescriptor|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattServer.CreateDescriptor | |{{InheritsFrom|System.Bluetooth.TBluetoothGattServer.CreateDescriptor}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Crée un nouveau [[System.Bluetooth.TBluetoothGattDescriptor|descripteur]] pour l&amp;#039;identificateur de [[System.Bluetooth.TBluetoothGattCharacteristic|caractéristique]] spécifié par [[System.Bluetooth.TBluetoothGattDescriptor.UUID|l&amp;#039;UUID]] spécifié, et renvoie ce nouveau descripteur.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic|System.Bluetooth.TBluetoothGattCharacteristic]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothUUID|System.Bluetooth.TBluetoothUUID]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor|System.Bluetooth.TBluetoothGattDescriptor]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic.Descriptors|System.Bluetooth.TBluetoothGattCharacteristic.Descriptors]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.UUID|System.Bluetooth.TBluetoothGattDescriptor.UUID]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.DoCreateDescriptor|System.Bluetooth.TBluetoothGattServer.DoCreateDescriptor]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.Close&amp;diff=645965</id>
		<title>System.Bluetooth.TBluetoothGattServer.Close</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattServer.Close&amp;diff=645965"/>
		<updated>2015-01-05T14:20:57Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattServer.Close|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattServer.Close | |{{InheritsFrom|System.Bluetooth.TBluetoothGattServer.Close}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Arrête votre serveur GATT.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.Open|System.Bluetooth.TBluetoothGattServer.Open]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.Destroy|System.Bluetooth.TBluetoothGattServer.Destroy]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattServer.DoClose|System.Bluetooth.TBluetoothGattServer.DoClose]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDeviceList&amp;diff=645961</id>
		<title>System.Bluetooth.TBluetoothGattDeviceList</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDeviceList&amp;diff=645961"/>
		<updated>2015-01-05T14:20:55Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDeviceList|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDeviceList | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDeviceList}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Generics.Collections.TObjectList|Liste]] de [[System.Bluetooth.TBluetoothLEDevice|périphériques Bluetooth Low Energy]].&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Generics.Collections.TObjectList|System.Generics.Collections.TObjectList]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothLEDevice|System.Bluetooth.TBluetoothLEDevice]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattFormatType&amp;diff=645963</id>
		<title>System.Bluetooth.TBluetoothGattFormatType</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattFormatType&amp;diff=645963"/>
		<updated>2015-01-05T14:20:55Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattFormatType|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;Type de format qu&amp;#039;un [[System.SysUtils.TBytes|tableau d&amp;#039;octets]] utilise.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Le tableau suivant présente toutes les types de format possibles :&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Valeur&lt;br /&gt;
! Description&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Reserved}}&lt;br /&gt;
|&lt;br /&gt;
Ce code de format est réservé pour un usage futur.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Boolean}}&lt;br /&gt;
|&lt;br /&gt;
Booléen.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Unsigned2bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 2 bits non signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Unsigned4bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 4 bits non signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Unsigned8bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 8 bits non signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Unsigned12bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 12 bits non signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Unsigned16bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 16 bits non signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Unsigned24bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 24 bits non signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Unsigned32bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 32 bits non signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Unsigned48bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 48 bits non signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Unsigned64bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 64 bits non signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Unsigned128bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 128 bits non signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Signed8bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 8 bits signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Signed12bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 12 bits signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Signed16bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 16 bits signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Signed24bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 24 bits signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Signed32bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 32 bits signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Signed48bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 48 bits signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Signed64bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 64 bits signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|Signed128bitInteger}}&lt;br /&gt;
|&lt;br /&gt;
Entier 128 bits signé.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|IEEE754_32bit_floating_point}}&lt;br /&gt;
|&lt;br /&gt;
Nombre à virgule flottante 32 bits IEEE 754.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|IEEE754_64bit_floating_point}}&lt;br /&gt;
|&lt;br /&gt;
Nombre à virgule flottante 64 bits IEEE 754.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|IEEE11073_16bitSFLOAT}}&lt;br /&gt;
|&lt;br /&gt;
Nombre à virgule flottante 16 bits IEEE 11073.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|IEEE11073_32bitFLOAT}}&lt;br /&gt;
|&lt;br /&gt;
Nombre à virgule flottante 32 bits IEEE 11073.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|IEEE20601Format}}&lt;br /&gt;
|&lt;br /&gt;
Format IEEE 20601.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|UTF8String}}&lt;br /&gt;
|&lt;br /&gt;
Chaîne encodée en UTF-8.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|UTF16String}}&lt;br /&gt;
|&lt;br /&gt;
Chaîne encodée en UTF-16.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
{{Const|OpaqueStructure}}&lt;br /&gt;
|&lt;br /&gt;
[[Wikipedia:Opaque data type|Type de données opaque]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic.GetValueAsInteger|System.Bluetooth.TBluetoothGattCharacteristic.GetValueAsInteger]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic.SetValueAsInteger|System.Bluetooth.TBluetoothGattCharacteristic.SetValueAsInteger]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic.GetValueAsSingle|System.Bluetooth.TBluetoothGattCharacteristic.GetValueAsSingle]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic.SetValueAsSingle|System.Bluetooth.TBluetoothGattCharacteristic.SetValueAsSingle]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.Format|System.Bluetooth.TBluetoothGattDescriptor.Format]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDeviceList.Destroy&amp;diff=645959</id>
		<title>System.Bluetooth.TBluetoothGattDeviceList.Destroy</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDeviceList.Destroy&amp;diff=645959"/>
		<updated>2015-01-05T14:20:54Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDeviceList.Destroy|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDeviceList.Destroy | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDeviceList.Destroy}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Generics.Collections.TObjectList.Destroy|Détruit]] une instance de [[System.Bluetooth.TBluetoothGattDeviceList|TBluetoothGattDeviceList]].&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDeviceList.Create|System.Bluetooth.TBluetoothGattDeviceList.Create]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDeviceList.Create&amp;diff=645957</id>
		<title>System.Bluetooth.TBluetoothGattDeviceList.Create</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDeviceList.Create&amp;diff=645957"/>
		<updated>2015-01-05T14:20:53Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDeviceList.Create|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDeviceList.Create | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDeviceList.Create}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Generics.Collections.TObjectList.Create|Crée]] une instance de [[System.Bluetooth.TBluetoothGattDeviceList|TBluetoothGattDeviceList]].&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDeviceList.Destroy|System.Bluetooth.TBluetoothGattDeviceList.Destroy]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptorList&amp;diff=645955</id>
		<title>System.Bluetooth.TBluetoothGattDescriptorList</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptorList&amp;diff=645955"/>
		<updated>2015-01-05T14:20:53Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDescriptorList|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDescriptorList | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDescriptorList}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Generics.Collections.TObjectList|Liste]] de [[System.Bluetooth.TBluetoothGattDescriptor|descripteurs]].&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Generics.Collections.TObjectList|System.Generics.Collections.TObjectList]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor|System.Bluetooth.TBluetoothGattDescriptor]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptorList.Create&amp;diff=645951</id>
		<title>System.Bluetooth.TBluetoothGattDescriptorList.Create</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptorList.Create&amp;diff=645951"/>
		<updated>2015-01-05T14:20:52Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDescriptorList.Create|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDescriptorList.Create | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDescriptorList.Create}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Generics.Collections.TObjectList.Create|Crée]] une instance de [[System.Bluetooth.TBluetoothGattDescriptorList|TBluetoothGattDescriptorList]].&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptorList.Destroy|System.Bluetooth.TBluetoothGattDescriptorList.Destroy]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptorList.Destroy&amp;diff=645953</id>
		<title>System.Bluetooth.TBluetoothGattDescriptorList.Destroy</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptorList.Destroy&amp;diff=645953"/>
		<updated>2015-01-05T14:20:52Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDescriptorList.Destroy|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDescriptorList.Destroy | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDescriptorList.Destroy}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Generics.Collections.TObjectList.Destroy|Détruit]] une instance de [[System.Bluetooth.TBluetoothGattDescriptorList|TBluetoothGattDescriptorList]].&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptorList.Create|System.Bluetooth.TBluetoothGattDescriptorList.Create]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.UserDescription&amp;diff=645947</id>
		<title>System.Bluetooth.TBluetoothGattDescriptor.UserDescription</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.UserDescription&amp;diff=645947"/>
		<updated>2015-01-05T14:20:51Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDescriptor.UserDescription|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDescriptor.UserDescription | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDescriptor.UserDescription}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Description de la [[System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic|caractéristique]] qui fournit le descripteur.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Vous pouvez seulement lire [[System.Bluetooth.TBluetoothGattDescriptor.UserDescription|UserDescription]] si le [[System.Bluetooth.TBluetoothGattDescriptor.Kind|type]] du descripteur est [[System.Bluetooth.TBluetoothDescriptorKind|UserDescription]].&lt;br /&gt;
&lt;br /&gt;
Vous pouvez seulement écrire dans [[System.Bluetooth.TBluetoothGattDescriptor.UserDescription|UserDescription]] si le [[System.Bluetooth.TBluetoothGattDescriptor.Kind|type]] du descripteur est [[System.Bluetooth.TBluetoothDescriptorKind|UserDescription]] et si parmi les [[System.Bluetooth.TBluetoothGattCharacteristic.Descriptors|descripteurs de la caractéristique]] il y a un [[System.Bluetooth.TBluetoothGattDescriptor|descripteur]] de type [[System.Bluetooth.TBluetoothDescriptorKind|ExtendedProperties]] et que sa propriété [[System.Bluetooth.TBluetoothGattDescriptor.WritableAuxiliaries|WritableAuxiliaries]] est définie sur {{True}}.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.Kind|System.Bluetooth.TBluetoothGattDescriptor.Kind]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.DoGetUserDescription|System.Bluetooth.TBluetoothGattDescriptor.DoGetUserDescription]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.DoSetUserDescription|System.Bluetooth.TBluetoothGattDescriptor.DoSetUserDescription]]&lt;br /&gt;
&lt;br /&gt;
* [https://developer.bluetooth.org/gatt/descriptors/Pages/DescriptorViewer.aspx?u=org.bluetooth.descriptor.gatt.characteristic_user_description.xml Documentation Characteristic User Description (EN)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.WritableAuxiliaries&amp;diff=645949</id>
		<title>System.Bluetooth.TBluetoothGattDescriptor.WritableAuxiliaries</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.WritableAuxiliaries&amp;diff=645949"/>
		<updated>2015-01-05T14:20:51Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDescriptor.WritableAuxiliaries|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDescriptor.WritableAuxiliaries | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDescriptor.WritableAuxiliaries}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Définit que vous pouvez modifier la [[System.Bluetooth.TBluetoothGattDescriptor.UserDescription|description textuelle]] de la [[System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic|caractéristique]] ({{True}}), ou ({{False}}) sinon.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Vous pouvez seulement lire la valeur de [[System.Bluetooth.TBluetoothGattDescriptor.WritableAuxiliaries|WritableAuxiliaries]] si le [[System.Bluetooth.TBluetoothGattDescriptor.Kind|type]] du descripteur est [[System.Bluetooth.TBluetoothDescriptorKind|ExtendedProperties]].&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.Kind|System.Bluetooth.TBluetoothGattDescriptor.Kind]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.DoGetWritableAuxiliaries|System.Bluetooth.TBluetoothGattDescriptor.DoGetWritableAuxiliaries]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.ReliableWrite&amp;diff=645945</id>
		<title>System.Bluetooth.TBluetoothGattDescriptor.ReliableWrite</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.ReliableWrite&amp;diff=645945"/>
		<updated>2015-01-05T14:20:50Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDescriptor.ReliableWrite|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDescriptor.ReliableWrite | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDescriptor.ReliableWrite}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Définit que la [[System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic|caractéristique]] qui fournit le descripteur supporte les opérations [[System.Bluetooth.TBluetoothLEDevice.BeginReliableWrite|d&amp;#039;écriture fiable]] ({{True}}), ou ({{False}}) sinon.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Vous pouvez seulement lire la valeur de [[System.Bluetooth.TBluetoothGattDescriptor.ReliableWrite|ReliableWrite]] si le [[System.Bluetooth.TBluetoothGattDescriptor.Kind|type]] du descripteur est [[System.Bluetooth.TBluetoothDescriptorKind|ExtendedProperties]].&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothLEDevice.BeginReliableWrite|System.Bluetooth.TBluetoothLEDevice.BeginReliableWrite]]&lt;br /&gt;
* [[System.Bluetooth.Components.TBluetoothLE.BeginReliableWrite|System.Bluetooth.Components.TBluetoothLE.BeginReliableWrite]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.WritableAuxiliaries|System.Bluetooth.TBluetoothGattDescriptor.WritableAuxiliaries]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.DoGetReliableWrite|System.Bluetooth.TBluetoothGattDescriptor.DoGetReliableWrite]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.GetCharacteristic&amp;diff=645941</id>
		<title>System.Bluetooth.TBluetoothGattDescriptor.GetCharacteristic</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.GetCharacteristic&amp;diff=645941"/>
		<updated>2015-01-05T14:20:49Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDescriptor.GetCharacteristic|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDescriptor.GetCharacteristic | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDescriptor.GetCharacteristic}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Renvoie la [[System.Bluetooth.TBluetoothGattCharacteristic|caractéristique]] qui fournit ce descripteur.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic|System.Bluetooth.TBluetoothGattCharacteristic]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic|System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.GetKnownUnitName&amp;diff=645943</id>
		<title>System.Bluetooth.TBluetoothGattDescriptor.GetKnownUnitName</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.GetKnownUnitName&amp;diff=645943"/>
		<updated>2015-01-05T14:20:49Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDescriptor.GetKnownUnitName|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDescriptor.GetKnownUnitName | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDescriptor.GetKnownUnitName}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Renvoie le nom d&amp;#039;une unité standard en anglais minuscule d&amp;#039;après son [[System.Bluetooth.TBluetoothUUID|UUID]], ou une chaîne vide si l&amp;#039;UUID spécifié ne correspond pas à une [https://developer.bluetooth.org/gatt/units/Pages/default.aspx unité standard].&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic|System.Bluetooth.TBluetoothGattCharacteristic]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.FormatUnit|System.Bluetooth.TBluetoothGattDescriptor.FormatUnit]]&lt;br /&gt;
&lt;br /&gt;
* [https://developer.bluetooth.org/gatt/units/Pages/default.aspx Spécification GATT, Unités]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.FormatUnit&amp;diff=645939</id>
		<title>System.Bluetooth.TBluetoothGattDescriptor.FormatUnit</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.FormatUnit&amp;diff=645939"/>
		<updated>2015-01-05T14:20:48Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDescriptor.FormatUnit|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDescriptor.FormatUnit | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDescriptor.FormatUnit}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Bluetooth.TBluetoothUUID|L&amp;#039;UUID]] de l&amp;#039;unité de mesure de la [[System.Bluetooth.TBluetoothGattCharacteristic.Value|valeur]] de la [[System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic|caractéristique]] qui fournit le descripteur.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Utilisez [[System.Bluetooth.TBluetoothGattDescriptor.GetKnownUnitName|GetKnownUnitName]] pour obtenir le nom anglais d&amp;#039;une unité d&amp;#039;après son UUID. Les périphériques Low Energy peuvent néanmoins spécifier des unités non-standard supplémentaires en utilisant des UUID personnalisés.&lt;br /&gt;
&lt;br /&gt;
Vous pouvez seulement lire la valeur de [[System.Bluetooth.TBluetoothGattDescriptor.FormatUnit|FormatUnit]] si le [[System.Bluetooth.TBluetoothGattDescriptor.Kind|type]] du descripteur est [[System.Bluetooth.TBluetoothDescriptorKind|PresentationFormat]].&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothUUID|System.Bluetooth.TBluetoothUUID]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.Kind|System.Bluetooth.TBluetoothGattDescriptor.Kind]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic.Value|System.Bluetooth.TBluetoothGattCharacteristic.Value]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.GetKnownUnitName|System.Bluetooth.TBluetoothGattDescriptor.GetKnownUnitName]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.Format|System.Bluetooth.TBluetoothGattDescriptor.Format]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.Exponent|System.Bluetooth.TBluetoothGattDescriptor.Exponent]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.DoGetFormatUnit|System.Bluetooth.TBluetoothGattDescriptor.DoGetFormatUnit]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic&amp;diff=645935</id>
		<title>System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic&amp;diff=645935"/>
		<updated>2015-01-05T14:20:47Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Propriété protégée qui contient la [[System.Bluetooth.TBluetoothGattCharacteristic|caractéristique]] qui fournit ce descripteur.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic|System.Bluetooth.TBluetoothGattCharacteristic]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.GetCharacteristic|System.Bluetooth.TBluetoothGattDescriptor.GetCharacteristic]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.Format&amp;diff=645937</id>
		<title>System.Bluetooth.TBluetoothGattDescriptor.Format</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.Format&amp;diff=645937"/>
		<updated>2015-01-05T14:20:47Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDescriptor.Format|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDescriptor.Format | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDescriptor.Format}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[System.Bluetooth.TBluetoothGattFormatType|Format]] de la [[System.Bluetooth.TBluetoothGattCharacteristic.Value|valeur]] de la [[System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic|caractéristique]] qui fournit le descripteur.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Vous pouvez seulement lire la valeur de [[System.Bluetooth.TBluetoothGattDescriptor.Format|Format]] si le [[System.Bluetooth.TBluetoothGattDescriptor.Kind|type]] du descripteur est [[System.Bluetooth.TBluetoothDescriptorKind|PresentationFormat]].&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattFormatType|System.Bluetooth.TBluetoothGattFormatType]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.Kind|System.Bluetooth.TBluetoothGattDescriptor.Kind]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic.Value|System.Bluetooth.TBluetoothGattCharacteristic.Value]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.Exponent|System.Bluetooth.TBluetoothGattDescriptor.Exponent]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.FormatUnit|System.Bluetooth.TBluetoothGattDescriptor.FormatUnit]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.DoGetFormat|System.Bluetooth.TBluetoothGattDescriptor.DoGetFormat]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.Exponent&amp;diff=645933</id>
		<title>System.Bluetooth.TBluetoothGattDescriptor.Exponent</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.Exponent&amp;diff=645933"/>
		<updated>2015-01-05T14:20:46Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDescriptor.Exponent|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDescriptor.Exponent | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDescriptor.Exponent}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Exposant que vous devez appliquer à la [[System.Bluetooth.TBluetoothGattCharacteristic.Value|valeur]] de la [[System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic|caractéristique]] qui fournit le descripteur pour obtenir la valeur réelle de la caractéristique.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
La valeur réelle de la caractéristique est le résultat de &amp;lt;code&amp;gt;[[System.Bluetooth.TBluetoothGattCharacteristic.Value|valeur de la caractéristique]] * 10 ^ exposant&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Par exemple :&lt;br /&gt;
&lt;br /&gt;
* Si la valeur de la caractéristique est 23 et si [[System.Bluetooth.TBluetoothGattDescriptor.Exponent|Exponent]] a la valeur 2, la valeur réelle de la caractéristique est 2300.&lt;br /&gt;
* Si la valeur de la caractéristique est 3892 et si [[System.Bluetooth.TBluetoothGattDescriptor.Exponent|Exponent]] a la valeur -3, la valeur réelle de la caractéristique est 3,892.&lt;br /&gt;
&lt;br /&gt;
Vous pouvez seulement lire la valeur de [[System.Bluetooth.TBluetoothGattDescriptor.Exponent|Exponent]] si le [[System.Bluetooth.TBluetoothGattDescriptor.Kind|type]] du descripteur est [[System.Bluetooth.TBluetoothDescriptorKind|PresentationFormat]].&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.Kind|System.Bluetooth.TBluetoothGattDescriptor.Kind]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattCharacteristic.Value|System.Bluetooth.TBluetoothGattCharacteristic.Value]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.Format|System.Bluetooth.TBluetoothGattDescriptor.Format]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.FormatUnit|System.Bluetooth.TBluetoothGattDescriptor.FormatUnit]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.DoGetExponent|System.Bluetooth.TBluetoothGattDescriptor.DoGetExponent]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.DoGetWritableAuxiliaries&amp;diff=645929</id>
		<title>System.Bluetooth.TBluetoothGattDescriptor.DoGetWritableAuxiliaries</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.DoGetWritableAuxiliaries&amp;diff=645929"/>
		<updated>2015-01-05T14:20:45Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDescriptor.DoGetWritableAuxiliaries|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDescriptor.DoGetWritableAuxiliaries | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDescriptor.DoGetWritableAuxiliaries}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Renvoie {{True}} si vous pouvez modifier la [[System.Bluetooth.TBluetoothGattDescriptor.UserDescription|description textuelle]] de la [[System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic|caractéristique]] ou {{False}} sinon.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Vous pouvez seulement appeler [[System.Bluetooth.TBluetoothGattDescriptor.DoGetWritableAuxiliaries|DoGetWritableAuxiliaries]] si le [[System.Bluetooth.TBluetoothGattDescriptor.Kind|type]] du descripteur est [[System.Bluetooth.TBluetoothDescriptorKind|ExtendedProperties]].&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Remarque :&amp;#039;&amp;#039;&amp;#039; Il s&amp;#039;agit d&amp;#039;une méthode abstraite qu&amp;#039;implémentent les sous-classes de [[System.Bluetooth.TBluetoothGattDescriptor|TBluetoothGattDescriptor]] spécifiques à la plate-forme.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.Kind|System.Bluetooth.TBluetoothGattDescriptor.Kind]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.WritableAuxiliaries|System.Bluetooth.TBluetoothGattDescriptor.WritableAuxiliaries]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.DoSetUserDescription&amp;diff=645931</id>
		<title>System.Bluetooth.TBluetoothGattDescriptor.DoSetUserDescription</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.DoSetUserDescription&amp;diff=645931"/>
		<updated>2015-01-05T14:20:45Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDescriptor.DoSetUserDescription|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDescriptor.DoSetUserDescription | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDescriptor.DoSetUserDescription}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Fait du texte spécifié la description de la [[System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic|caractéristique]] qui fournit le descripteur.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Vous pouvez seulement appeler [[System.Bluetooth.TBluetoothGattDescriptor.DoSetUserDescription|DoSetUserDescription]] si le [[System.Bluetooth.TBluetoothGattDescriptor.Kind|type]] du descripteur est [[System.Bluetooth.TBluetoothDescriptorKind|UserDescription]] et si parmi les [[System.Bluetooth.TBluetoothGattCharacteristic.Descriptors|descripteurs de la caractéristique]] il y a un [[System.Bluetooth.TBluetoothGattDescriptor|descripteur]] de type [[System.Bluetooth.TBluetoothDescriptorKind|ExtendedProperties]] et que sa propriété [[System.Bluetooth.TBluetoothGattDescriptor.WritableAuxiliaries|WritableAuxiliaries]] est définie sur {{True}}.&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Remarque :&amp;#039;&amp;#039;&amp;#039; Il s&amp;#039;agit d&amp;#039;une méthode abstraite qu&amp;#039;implémentent les sous-classes de [[System.Bluetooth.TBluetoothGattDescriptor|TBluetoothGattDescriptor]] spécifiques à la plate-forme.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.Kind|System.Bluetooth.TBluetoothGattDescriptor.Kind]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.UserDescription|System.Bluetooth.TBluetoothGattDescriptor.UserDescription]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.DoGetUserDescription|System.Bluetooth.TBluetoothGattDescriptor.DoGetUserDescription]]&lt;br /&gt;
&lt;br /&gt;
* [https://developer.bluetooth.org/gatt/descriptors/Pages/DescriptorViewer.aspx?u=org.bluetooth.descriptor.gatt.characteristic_user_description.xml Documentation Characteristic User Description (EN)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.DoGetReliableWrite&amp;diff=645925</id>
		<title>System.Bluetooth.TBluetoothGattDescriptor.DoGetReliableWrite</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.DoGetReliableWrite&amp;diff=645925"/>
		<updated>2015-01-05T14:20:44Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDescriptor.DoGetReliableWrite|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDescriptor.DoGetReliableWrite | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDescriptor.DoGetReliableWrite}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Renvoie {{True}} si la [[System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic|caractéristique]] qui fournit le descripteur supporte les opérations [[System.Bluetooth.TBluetoothLEDevice.BeginReliableWrite|d&amp;#039;écriture fiable]] ou {{False}} sinon.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Vous pouvez seulement appeler [[System.Bluetooth.TBluetoothGattDescriptor.DoGetReliableWrite|DoGetReliableWrite]] si le [[System.Bluetooth.TBluetoothGattDescriptor.Kind|type]] du descripteur est [[System.Bluetooth.TBluetoothDescriptorKind|ExtendedProperties]].&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Remarque :&amp;#039;&amp;#039;&amp;#039; Il s&amp;#039;agit d&amp;#039;une méthode abstraite qu&amp;#039;implémentent les sous-classes de [[System.Bluetooth.TBluetoothGattDescriptor|TBluetoothGattDescriptor]] spécifiques à la plate-forme.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothLEDevice.BeginReliableWrite|System.Bluetooth.TBluetoothLEDevice.BeginReliableWrite]]&lt;br /&gt;
* [[System.Bluetooth.Components.TBluetoothLE.BeginReliableWrite|System.Bluetooth.Components.TBluetoothLE.BeginReliableWrite]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.DoGetWritableAuxiliaries|System.Bluetooth.TBluetoothGattDescriptor.DoGetWritableAuxiliaries]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.ReliableWrite|System.Bluetooth.TBluetoothGattDescriptor.ReliableWrite]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.DoGetUserDescription&amp;diff=645927</id>
		<title>System.Bluetooth.TBluetoothGattDescriptor.DoGetUserDescription</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Athens/f/index.php?title=System.Bluetooth.TBluetoothGattDescriptor.DoGetUserDescription&amp;diff=645927"/>
		<updated>2015-01-05T14:20:44Z</updated>

		<summary type="html">&lt;p&gt;Jesusm : 1 version : December 26, 2014 translation package.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Bluetooth.TBluetoothGattDescriptor.DoGetUserDescription|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Bluetooth.TBluetoothGattDescriptor.DoGetUserDescription | |{{InheritsFrom|System.Bluetooth.TBluetoothGattDescriptor.DoGetUserDescription}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Renvoie une description textuelle de la [[System.Bluetooth.TBluetoothGattDescriptor.FCharacteristic|caractéristique]] qui fournit le descripteur.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Vous pouvez seulement appeler [[System.Bluetooth.TBluetoothGattDescriptor.DoGetUserDescription|DoGetUserDescription]] si le [[System.Bluetooth.TBluetoothGattDescriptor.Kind|type]] du descripteur est [[System.Bluetooth.TBluetoothDescriptorKind|UserDescription]].&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;Remarque :&amp;#039;&amp;#039;&amp;#039; Il s&amp;#039;agit d&amp;#039;une méthode abstraite qu&amp;#039;implémentent les sous-classes de [[System.Bluetooth.TBluetoothGattDescriptor|TBluetoothGattDescriptor]] spécifiques à la plate-forme.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.Kind|System.Bluetooth.TBluetoothGattDescriptor.Kind]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.UserDescription|System.Bluetooth.TBluetoothGattDescriptor.UserDescription]]&lt;br /&gt;
* [[System.Bluetooth.TBluetoothGattDescriptor.DoSetUserDescription|System.Bluetooth.TBluetoothGattDescriptor.DoSetUserDescription]]&lt;br /&gt;
&lt;br /&gt;
* [https://developer.bluetooth.org/gatt/descriptors/Pages/DescriptorViewer.aspx?u=org.bluetooth.descriptor.gatt.characteristic_user_description.xml Documentation Characteristic User Description (EN)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>Jesusm</name></author>
		
	</entry>
</feed>