<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=L10nBot</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/Alexandria/f/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=L10nBot"/>
	<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/fr/Sp%C3%A9cial:Contributions/L10nBot"/>
	<updated>2026-05-13T06:14:25Z</updated>
	<subtitle>Contributions de l’utilisateur</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=System.IOUtils.TDirectory.GetFiles&amp;diff=824619</id>
		<title>System.IOUtils.TDirectory.GetFiles</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=System.IOUtils.TDirectory.GetFiles&amp;diff=824619"/>
		<updated>2023-09-04T17:18:56Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.IOUtils.TDirectory.GetFiles|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.IOUtils.TDirectory.GetFiles | |{{InheritsFrom|System.IOUtils.TDirectory.GetFiles}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Renvoie la liste des fichiers d&amp;#039;un répertoire donné.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Utilisez [[System.IOUtils.TDirectory.GetFiles|GetFiles]] pour obtenir la liste des fichiers d&amp;#039;un répertoire donné. La valeur renvoyée par [[System.IOUtils.TDirectory.GetFiles|GetFiles]] est un tableau dynamique de chaînes dans lequel chaque élément stocke le nom d&amp;#039;un fichier (avec son chemin d&amp;#039;accès). &lt;br /&gt;
&lt;br /&gt;
La méthode [[System.IOUtils.TDirectory.GetFiles|GetFiles]] a trois formes : &lt;br /&gt;
&lt;br /&gt;
* La première forme n&amp;#039;accepte que le chemin du répertoire dont vous souhaitez énumérer les fichiers.&lt;br /&gt;
* La seconde forme inclut un modèle de recherche utilisé lors de la mise en correspondance des noms de fichiers.&lt;br /&gt;
* La troisième forme inclut une option qui spécifie si un mode récursif sera utilisé pendant l&amp;#039;énumération.&lt;br /&gt;
&lt;br /&gt;
Toutes les formes acceptent un paramètre [[System.IOUtils.TDirectory.TFilterPredicate|TFilterPredicate]] facultatif, utilisé pour filtrer les résultats. &lt;br /&gt;
&lt;br /&gt;
Le tableau suivant présente la liste des paramètres attendus par cette méthode.&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; frame=&amp;quot;hsides&amp;quot; rules=&amp;quot;rows&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &amp;#039;&amp;#039;&amp;#039;Nom&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
! &amp;#039;&amp;#039;&amp;#039;Signification&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left; vertical-align: top;&amp;quot; |&lt;br /&gt;
&amp;lt;span class=&amp;quot;codeInline&amp;quot;&amp;gt;Path&amp;lt;/span&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: left; vertical-align: top;&amp;quot; |&lt;br /&gt;
Le chemin du répertoire pour lequel les fichiers sont énumérés.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left; vertical-align: top;&amp;quot; |&lt;br /&gt;
&amp;lt;span class=&amp;quot;codeInline&amp;quot;&amp;gt;SearchPattern&amp;lt;/span&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: left; vertical-align: top;&amp;quot; |&lt;br /&gt;
Le masque est utilisé lors de la mise en correspondance des noms de fichiers (par exemple, &amp;quot;*.exe&amp;quot; trouve tous les fichiers exécutables). Vous pouvez également utiliser [[System.Masks.MatchesMask|MatchesMask]] lorsque vous appliquez un argument SearchPattern. &lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left; vertical-align: top;&amp;quot; |&lt;br /&gt;
&amp;lt;span class=&amp;quot;codeInline&amp;quot;&amp;gt;SearchOption&amp;lt;/span&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: left; vertical-align: top;&amp;quot; |&lt;br /&gt;
Le mode d&amp;#039;énumération du répertoire. Spécifie si vous utilisez le mode d&amp;#039;énumération récursif ou de niveau supérieur.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align: left; vertical-align: top;&amp;quot; |&lt;br /&gt;
&amp;lt;span class=&amp;quot;codeInline&amp;quot;&amp;gt;Predicate&amp;lt;/span&amp;gt;&lt;br /&gt;
| style=&amp;quot;text-align: left; vertical-align: top;&amp;quot; |&lt;br /&gt;
Une routine utilisée pour filtrer les résultats indésirables.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Note| [[System.IOUtils.TDirectory.GetFiles|GetFiles]] déclenche une exception si le chemin donné n&amp;#039;est pas correct ou si le répertoire n&amp;#039;existe pas.}}&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.IOUtils.TDirectory.GetCurrentDirectory|GetCurrentDirectory]]&lt;br /&gt;
&lt;br /&gt;
* [[System.IOUtils.TDirectory.GetDirectories|GetDirectories]]&lt;br /&gt;
&lt;br /&gt;
* [[System.IOUtils.TDirectory.GetFileSystemEntries|GetFileSystemEntries]]&lt;br /&gt;
&lt;br /&gt;
* [[System.IOUtils.TPath.GetDirectoryName|GetDirectoryName]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Masks.MatchesMask|MatchesMask]]&lt;br /&gt;
&lt;br /&gt;
===Exemples de code===&lt;br /&gt;
&lt;br /&gt;
*[[samp_en:DirectoriesAndFilesEnumeration (Delphi)|DirectoriesAndFilesEnumeration (Delphi)]]&lt;br /&gt;
*[[Samp_en:DirectoriesAndFilesEnumeraion (C++)|DirectoriesAndFilesEnumeraion (C++)]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=System.Net.HttpClientComponent.TNetHTTPClient.SecureFailureReasons&amp;diff=823996</id>
		<title>System.Net.HttpClientComponent.TNetHTTPClient.SecureFailureReasons</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=System.Net.HttpClientComponent.TNetHTTPClient.SecureFailureReasons&amp;diff=823996"/>
		<updated>2023-05-01T16:09:53Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : Sync categories with English&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Net.HttpClientComponent.TNetHTTPClient.SecureFailureReasons|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Net.HttpClientComponent.TNetHTTPClient.SecureFailureReasons | |{{InheritsFrom|System.Net.HttpClientComponent.TNetHTTPClient.SecureFailureReasons}}}}&lt;br /&gt;
&lt;br /&gt;
La propriété renvoie un ensemble de raisons expliquant pourquoi les événements [[System.Net.HttpClient.THTTPClient.OnValidateServerCertificate|OnValidateServerCertificate]] ou [[System.Net.HttpClient.THTTPClient.ValidateServerCertificateCallback|ValidateServerCertificateCallback]] ont été appelés. C&amp;#039;est une fonction dépendante de la plate-forme.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Net.HttpClientComponent.TNetHTTPClient.PreemptiveAuthentication|System.Net.HttpClientComponent.TNetHTTPClient.PreemptiveAuthentication]]&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.ValidateServerCertificateCallback|System.Net.HttpClient.THTTPClient.ValidateServerCertificateCallback]]&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.OnValidateServerCertificate|System.Net.HttpClient.THTTPClient.OnValidateServerCertificate]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=System.Net.HttpClientComponent.TNetHTTPClient.PreemptiveAuthentication&amp;diff=823995</id>
		<title>System.Net.HttpClientComponent.TNetHTTPClient.PreemptiveAuthentication</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=System.Net.HttpClientComponent.TNetHTTPClient.PreemptiveAuthentication&amp;diff=823995"/>
		<updated>2023-04-24T16:12:35Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : Sync categories with English&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Net.HttpClientComponent.TNetHTTPClient.PreemptiveAuthentication|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Net.HttpClientComponent.TNetHTTPClient.PreemptiveAuthentication | |{{InheritsFrom|System.Net.HttpClientComponent.TNetHTTPClient.PreemptiveAuthentication}}}}&lt;br /&gt;
&lt;br /&gt;
Propriété qui contrôle l&amp;#039;authentification préemptive. Lorsqu&amp;#039;elle est définie sur True, l&amp;#039;authentification de base est fournie avant la réponse de non-autorisation du serveur.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Net.HttpClientComponent.TNetHTTPClient.SecureFailureReasons|System.Net.HttpClientComponent.TNetHTTPClient.SecureFailureReasons]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=System.Net.HttpClient.THTTPClient.SecureFailureReasons&amp;diff=823994</id>
		<title>System.Net.HttpClient.THTTPClient.SecureFailureReasons</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=System.Net.HttpClient.THTTPClient.SecureFailureReasons&amp;diff=823994"/>
		<updated>2023-04-24T16:12:29Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : Sync categories with English&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Net.HttpClient.THTTPClient.SecureFailureReasons|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Net.HttpClient.THTTPClient.SecureFailureReasons | |{{InheritsFrom|System.Net.HttpClient.THTTPClient.SecureFailureReasons}}}}&lt;br /&gt;
&lt;br /&gt;
La propriété renvoie un ensemble de raisons expliquant pourquoi les événements [[System.Net.HttpClient.THTTPClient.OnValidateServerCertificate|OnValidateServerCertificate]] ou [[System.Net.HttpClient.THTTPClient.ValidateServerCertificateCallback|ValidateServerCertificateCallback]] ont été appelés. C&amp;#039;est une fonction dépendante de la plate-forme.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.PreemptiveAuthentication|System.Net.HttpClient.THTTPClient.PreemptiveAuthentication]]&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.ValidateServerCertificateCallback|System.Net.HttpClient.THTTPClient.ValidateServerCertificateCallback]]&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.OnValidateServerCertificate|System.Net.HttpClient.THTTPClient.OnValidateServerCertificate]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=System.Net.HttpClient.THTTPClient.PreemptiveAuthentication&amp;diff=823993</id>
		<title>System.Net.HttpClient.THTTPClient.PreemptiveAuthentication</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=System.Net.HttpClient.THTTPClient.PreemptiveAuthentication&amp;diff=823993"/>
		<updated>2023-04-24T16:12:23Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : Sync categories with English&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Net.HttpClient.THTTPClient.PreemptiveAuthentication|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Net.HttpClient.THTTPClient.PreemptiveAuthentication | |{{InheritsFrom|System.Net.HttpClient.THTTPClient.PreemptiveAuthentication}}}}&lt;br /&gt;
&lt;br /&gt;
Propriété qui contrôle l&amp;#039;authentification préemptive. Lorsqu&amp;#039;elle est définie sur True, l&amp;#039;authentification de base est fournie avant la réponse de non-autorisation du serveur.&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.SecureFailureReasons|System.Net.HttpClient.THTTPClient.SecureFailureReasons]]&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.ValidateServerCertificateCallback|System.Net.HttpClient.THTTPClient.ValidateServerCertificateCallback]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=System.Net.HttpClient.THTTPClient.BeginPut&amp;diff=823992</id>
		<title>System.Net.HttpClient.THTTPClient.BeginPut</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=System.Net.HttpClient.THTTPClient.BeginPut&amp;diff=823992"/>
		<updated>2023-04-24T16:12:12Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : Sync categories with English&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.Net.HttpClient.THTTPClient.BeginPut|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.Net.HttpClient.THTTPClient.BeginPut | | {{InheritsFrom|System.Net.HttpClient.THTTPClient.BeginPut}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Démarre une [[System.Net.HttpClient.THTTPClient.BeginExecute|requête HTTP asynchrone]] en utilisant la méthode de requête HTTP {{Code|PUT}}.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[System.Net.HttpClient.THTTPClient.BeginPut|BeginPut]] reçoit également les paramètres suivants :&lt;br /&gt;
&lt;br /&gt;
* {{Arg|AURL}} est l&amp;#039;URL cible de votre requête.&lt;br /&gt;
* {{Arg|ASource}} est le flux contenant les données à envoyer.&lt;br /&gt;
*&amp;lt;p&amp;gt;{{Arg|AResponseContent}} (facultatif) est un [[System.Classes.TStream|flux]] dans lequel vous souhaitez recevoir les données de réponse au fur et à mesure que votre client HTTP télécharge les données de réponse depuis le serveur cible.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Si vous ne spécifiez pas un flux pour {{Arg|AResponseContent}}, vous pouvez attendre que votre client HTTP télécharge les données de la réponse entière, et obtenir les données de la réponse sous la forme d&amp;#039;un flux à partir de la propriété [[System.Net.URLClient.IURLResponse.ContentStream|ContentStream]] de [[System.Types.IAsyncResult|l&amp;#039;objet de résultat asynchrone]] que [[System.Net.HttpClient.THTTPClient.BeginPut|BeginPut]] renvoie.&lt;br /&gt;
* {{Arg|AHeaders}} (facultatif) est une [[System.Net.URLClient.TNetHeaders|liste d&amp;#039;en-têtes]] à inclure dans la requête.&lt;br /&gt;
* {{Arg|AsyncCallback}} (facultatif) est une [[System.Classes.TAsyncCallback|procédure callback]] à appeler lorsqu&amp;#039;une réponse est reçue ou que la requête échoue.&lt;br /&gt;
* {{Arg|AsyncCallbackEvent}} (facultatif) est un [[System.Classes.TAsyncCallbackEvent|gestionnaire d&amp;#039;événement]] à appeler lorsqu&amp;#039;une réponse est reçue ou que la requête échoue.&lt;br /&gt;
&lt;br /&gt;
Pour plus d&amp;#039;informations, voir [[System.Net.HttpClient.THTTPClient.BeginExecute|BeginExecute]].&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.EndAsyncHTTP|System.Net.HttpClient.THTTPClient.EndAsyncHTTP]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.BeginDelete|System.Net.HttpClient.THTTPClient.BeginDelete]]&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.BeginGet|System.Net.HttpClient.THTTPClient.BeginGet]]&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.BeginGetRange|System.Net.HttpClient.THTTPClient.BeginGetRange]]&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.BeginHead|System.Net.HttpClient.THTTPClient.BeginHead]]&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.BeginMerge|System.Net.HttpClient.THTTPClient.BeginMerge]]&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.BeginMergeAlternative|System.Net.HttpClient.THTTPClient.BeginMergeAlternative]]&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.BeginOptions|System.Net.HttpClient.THTTPClient.BeginOptions]]&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.BeginPatch|System.Net.HttpClient.THTTPClient.BeginPatch]]&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.BeginPatchAlternative|System.Net.HttpClient.THTTPClient.BeginPatchAlternative]]&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.BeginPost|System.Net.HttpClient.THTTPClient.BeginPost]]&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.BeginTrace|System.Net.HttpClient.THTTPClient.BeginTrace]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.BeginExecute|System.Net.HttpClient.THTTPClient.BeginExecute]]&lt;br /&gt;
&lt;br /&gt;
* [[System.Net.HttpClient.THTTPClient.Put|System.Net.HttpClient.THTTPClient.Put]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=System.JSON.TJSONArray.TEnumerator&amp;diff=823991</id>
		<title>System.JSON.TJSONArray.TEnumerator</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=System.JSON.TJSONArray.TEnumerator&amp;diff=823991"/>
		<updated>2023-04-24T16:10:11Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : Sync categories with English&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:System.JSON.TJSONArray.TEnumerator|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | System.JSON.TJSONArray.TEnumerator | |{{InheritsFrom|System.JSON.TJSONArray.TEnumerator}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Itérateur pour les [[System.JSON.TJSONArray.Items|éléments]] des [[System.JSON.TJSONArray|tableaux JSON]].&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Si vous souhaitez utiliser un itérateur afin d&amp;#039;itérer un objet [[System.JSON.TJSONArray|TJSONArray]], appelez [[System.JSON.TJSONArray.GetEnumerator|GetEnumerator]] depuis l&amp;#039;objet tableau JSON pour créer un itérateur [[System.JSON.TJSONArray.TEnumerator|TEnumerator]], puis utilisez [[System.JSON.TJSONArray.TEnumerator.MoveNext|MoveNext]] et [[System.JSON.TJSONArray.TEnumerator.Current|Current]] pour parcourir les [[System.JSON.TJSONValue|valeurs JSON]] du tableau JSON :&amp;lt;l s=&amp;quot;delphi&amp;quot; /&amp;gt;&amp;#039;&amp;#039;&amp;#039;{{Delphi}}:&amp;#039;&amp;#039;&amp;#039;&amp;lt;source lang=&amp;quot;delphi&amp;quot;&amp;gt;&lt;br /&gt;
MyJSONArrayIterator := TEnumerator.Create(MyJSONArray);&lt;br /&gt;
while MyJSONArrayIterator.MoveNext do&lt;br /&gt;
begin&lt;br /&gt;
    MyJSONValue := MyJSONArrayIterator.Current;&lt;br /&gt;
    // …&lt;br /&gt;
end;&lt;br /&gt;
&amp;lt;/source&amp;gt;&amp;lt;l e=&amp;quot;delphi&amp;quot; /&amp;gt;&amp;lt;l s=&amp;quot;cpp&amp;quot; /&amp;gt;&amp;#039;&amp;#039;&amp;#039;C++:&amp;#039;&amp;#039;&amp;#039;&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
TEnumerator* MyJSONArrayIterator = new TEnumerator(MyJSONArray);&lt;br /&gt;
while (MyJSONArrayIterator-&amp;gt;MoveNext())&lt;br /&gt;
{&lt;br /&gt;
    TJSONValue* MyJSONValue = MyJSONArrayIterator-&amp;gt;Current;&lt;br /&gt;
    // …&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&amp;lt;l e=&amp;quot;cpp&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[System.JSON.TJSONArray|System.JSON.TJSONArray]]&lt;br /&gt;
* [[System.JSON.TJSONArray.GetEnumerator|System.JSON.TJSONArray.GetEnumerator]]&lt;br /&gt;
* [[System.JSON.TJSONArray.TEnumerator.Current|System.JSON.TJSONArray.TEnumerator.Current]]&lt;br /&gt;
* [[System.JSON.TJSONArray.TEnumerator.MoveNext|System.JSON.TJSONArray.TEnumerator.MoveNext]]&lt;br /&gt;
* [[System.JSON.TJSONValue|System.JSON.TJSONValue]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE2]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Soap.SOAPHTTPTrans.THTTPReqResp.SecureProtocols&amp;diff=823990</id>
		<title>Soap.SOAPHTTPTrans.THTTPReqResp.SecureProtocols</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Soap.SOAPHTTPTrans.THTTPReqResp.SecureProtocols&amp;diff=823990"/>
		<updated>2023-04-17T16:10:35Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : Sync categories with English&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Soap.SOAPHTTPTrans.THTTPReqResp.SecureProtocols|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Soap.SOAPHTTPTrans.THTTPReqResp.SecureProtocols | |{{InheritsFrom|Soap.SOAPHTTPTrans.THTTPReqResp.SecureProtocols}}}}&lt;br /&gt;
&lt;br /&gt;
Propriété qui contrôle quels protocoles de sécurité peuvent être utilisés pour la communication HTTPS. Par défaut, tous les protocoles pris en charge par le système d&amp;#039;exploitation sont utilisés.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[Soap.SOAPHTTPTrans.THTTPReqResp.PreemptiveAuthentication|Soap.SOAPHTTPTrans.THTTPReqResp.PreemptiveAuthentication]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Soap.SOAPHTTPTrans.THTTPReqResp.PreemptiveAuthentication&amp;diff=823989</id>
		<title>Soap.SOAPHTTPTrans.THTTPReqResp.PreemptiveAuthentication</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Soap.SOAPHTTPTrans.THTTPReqResp.PreemptiveAuthentication&amp;diff=823989"/>
		<updated>2023-04-17T16:10:28Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : Sync categories with English&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Soap.SOAPHTTPTrans.THTTPReqResp.PreemptiveAuthentication|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Soap.SOAPHTTPTrans.THTTPReqResp.PreemptiveAuthentication | |{{InheritsFrom|Soap.SOAPHTTPTrans.THTTPReqResp.PreemptiveAuthentication}}}}&lt;br /&gt;
&lt;br /&gt;
Propriété qui contrôle l&amp;#039;authentification préemptive. Lorsqu&amp;#039;elle est définie sur True, l&amp;#039;authentification de base est fournie avant la réponse de non-autorisation du serveur.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[Soap.SOAPHTTPTrans.THTTPReqResp.SecureProtocols|Soap.SOAPHTTPTrans.THTTPReqResp.SecureProtocols]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Fichier:VisibleGutter_False.png&amp;diff=823988</id>
		<title>Fichier:VisibleGutter False.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Fichier:VisibleGutter_False.png&amp;diff=823988"/>
		<updated>2023-04-06T23:58:10Z</updated>

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

		<summary type="html">&lt;p&gt;L10nBot : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.ControlList.TControlListControl&amp;diff=823986</id>
		<title>Vcl.ControlList.TControlListControl</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.ControlList.TControlListControl&amp;diff=823986"/>
		<updated>2023-03-13T16:34:01Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : bad API to topics link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.ControlList.TControlListControl|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.ControlList.TControlListControl | |{{InheritsFrom|Vcl.ControlList.TControlListControl}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[Vcl.ControlList.TControlListControl|TControlListControl]] est une classe spéciale héritée de [[Vcl.Controls.TGraphicControl|TGraphicControl]]. &amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Vcl.ControlList.TControlListControl|TControlListControl]] peut créer de nouveaux contrôles hérités de la classe [[Vcl.ControlList.TControlListControl|TControlListControl]] et pouvant utiliser des événements souris pour leurs éléments.&lt;br /&gt;
&lt;br /&gt;
==Voir aussi==&lt;br /&gt;
&lt;br /&gt;
[[Vcl.Controls.TGraphicControl|Vcl.Controls.TGraphicControl]]&lt;br /&gt;
&lt;br /&gt;
[[rad_fr:Using VCL TControlList Control|Using VCL TControlList Control]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.ControlList.TControlListButton&amp;diff=823985</id>
		<title>Vcl.ControlList.TControlListButton</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.ControlList.TControlListButton&amp;diff=823985"/>
		<updated>2023-03-13T16:33:55Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : bad API to topics link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.ControlList.TControlListButton|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.ControlList.TControlListButton | |{{InheritsFrom|Vcl.ControlList.TControlListButton}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[Vcl.ControlList.TControlListButton|TControlListButton]] exécute des commandes ou définit des modes.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Vcl.ControlList.TControlListButton|TControlListButton]] est comparable à un [[Vcl.Buttons.TSpeedButton|TSpeedButton]] utilisé avec un [[Vcl.ControlList.TControlList|TControlList]].&lt;br /&gt;
&lt;br /&gt;
==Voir aussi==&lt;br /&gt;
&lt;br /&gt;
[[Vcl.Buttons.TSpeedButton|TSpeedButton]]&lt;br /&gt;
&lt;br /&gt;
[[Vcl.ControlList.TControlList|TControlList]]&lt;br /&gt;
&lt;br /&gt;
[[rad_fr:Using VCL TControlList Control|Using VCL TControlList Control]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.ControlList.TControlList&amp;diff=823984</id>
		<title>Vcl.ControlList.TControlList</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.ControlList.TControlList&amp;diff=823984"/>
		<updated>2023-03-13T16:33:48Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : bad API to topics link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.ControlList.TControlList|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.ControlList.TControlList | |{{InheritsFrom|Vcl.ControlList.TControlList}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;[[Vcl.ControlList.TControlList|TControlList]] est un contrôle liste virtualisé à hautes performances qui peut être utilisé avec de très longues listes.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Vcl.ControlList.TControlList|TControlList]] vous permet de définir le contenu en concevant l&amp;#039;un des éléments de la liste avec les descendants de [[Vcl.Controls.TGraphicControl|TGraphicControl]].&lt;br /&gt;
&lt;br /&gt;
==Voir aussi==&lt;br /&gt;
&lt;br /&gt;
* [[Vcl.Controls.TGraphicControl|Vcl.Controls.TGraphicControl]]&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Using VCL TControlList Control|Using VCL TControlList Control]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Datasnap.DSClientRest.TDSRestConnection.SecureProtocols&amp;diff=823983</id>
		<title>Datasnap.DSClientRest.TDSRestConnection.SecureProtocols</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Datasnap.DSClientRest.TDSRestConnection.SecureProtocols&amp;diff=823983"/>
		<updated>2023-03-13T16:11:30Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : Sync categories with English&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Datasnap.DSClientRest.TDSRestConnection.SecureProtocols|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Datasnap.DSClientRest.TDSRestConnection.SecureProtocols | |{{InheritsFrom|Datasnap.DSClientRest.TDSRestConnection.SecureProtocols}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Propriété qui contrôle quels protocoles de sécurité peuvent être utilisés pour la communication HTTPS.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
La valeur par défaut correspond à un ensemble vide, ce qui signifie que les protocoles de sécurité du système d&amp;#039;exploitation sont utilisés par défaut. Par exemple :&lt;br /&gt;
&lt;br /&gt;
*Windows 7 et Windows 8 - SSL3, TLS1&lt;br /&gt;
&lt;br /&gt;
*Windows 8.1 et Windows 10 - SSL3, TLS1.0, TLS1.1, TLS1.2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Voir aussi===&lt;br /&gt;
&lt;br /&gt;
* [[Datasnap.DSClientRest.TDSCustomRestConnection.Protocol|Datasnap.DSClientRest.TDSCustomRestConnection.Protocol]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:XE8]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Fichier:Winapi.WindowsStore.TStoreProductKindNames.png&amp;diff=815640</id>
		<title>Fichier:Winapi.WindowsStore.TStoreProductKindNames.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Fichier:Winapi.WindowsStore.TStoreProductKindNames.png&amp;diff=815640"/>
		<updated>2022-09-27T23:18:52Z</updated>

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

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

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

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

		<summary type="html">&lt;p&gt;L10nBot : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Fichier:Firebase_Banner_Add.png&amp;diff=786827</id>
		<title>Fichier:Firebase Banner Add.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Fichier:Firebase_Banner_Add.png&amp;diff=786827"/>
		<updated>2021-10-06T23:16:13Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ForegroundColor&amp;diff=780236</id>
		<title>Vcl.Forms.TTitleBar.ForegroundColor</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ForegroundColor&amp;diff=780236"/>
		<updated>2021-08-09T16:23:49Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.ForegroundColor|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.ForegroundColor | |{{InheritsFrom|Vcl.Forms.TTitleBar.ForegroundColor}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il obtient ou définit la couleur d&amp;#039;avant-plan de la barre de titre.&lt;br /&gt;
&lt;br /&gt;
Définit la propriété &amp;#039;&amp;#039;&amp;#039;[[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&amp;#039;&amp;#039;&amp;#039; sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; pour personnaliser les couleurs de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
* [[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.DrawTitleBarCaption&amp;diff=780235</id>
		<title>Vcl.Forms.TTitleBar.DrawTitleBarCaption</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.DrawTitleBarCaption&amp;diff=780235"/>
		<updated>2021-08-09T16:23:44Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.DrawTitleBarCaption|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.DrawTitleBarCaption | |{{InheritsFrom|Vcl.Forms.TTitleBar.DrawTitleBarCaption}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il dessine le texte du fichier propriétaire.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.Control&amp;diff=780234</id>
		<title>Vcl.Forms.TTitleBar.Control</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.Control&amp;diff=780234"/>
		<updated>2021-08-09T16:23:38Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.Control|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.Control | |{{InheritsFrom|Vcl.Forms.TTitleBar.Control}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il affecte le descendant [[Vcl.ExtCtrls.TCustomTitleBarPanel|TCustomTitleBarPanel]] pour gérer le dessin de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.SystemHeight&amp;diff=780233</id>
		<title>Vcl.Forms.TTitleBar.SystemHeight</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.SystemHeight&amp;diff=780233"/>
		<updated>2021-08-09T16:23:32Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.SystemHeight|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.SystemHeight | |{{InheritsFrom|Vcl.Forms.TTitleBar.SystemHeight}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il spécifie si la barre de titre doit utiliser la hauteur par défaut du système. &lt;br /&gt;
&lt;br /&gt;
Définit la propriété &amp;#039;&amp;#039;&amp;#039;SystemHeight&amp;#039;&amp;#039;&amp;#039; sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; pour personnaliser la hauteur de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.DrawTitleBarIcon&amp;diff=780232</id>
		<title>Vcl.Forms.TTitleBar.DrawTitleBarIcon</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.DrawTitleBarIcon&amp;diff=780232"/>
		<updated>2021-08-09T16:23:26Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.DrawTitleBarIcon|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.DrawTitleBarIcon | |{{InheritsFrom|Vcl.Forms.TTitleBar.DrawTitleBarIcon}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il dessine l&amp;#039;icône du fichier propriétaire.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ButtonHoverBackgroundColor&amp;diff=780231</id>
		<title>Vcl.Forms.TTitleBar.ButtonHoverBackgroundColor</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ButtonHoverBackgroundColor&amp;diff=780231"/>
		<updated>2021-08-09T16:23:20Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.ButtonHoverBackgroundColor|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.ButtonHoverBackgroundColor | |{{InheritsFrom|Vcl.Forms.TTitleBar.ButtonHoverBackgroundColor}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il obtient ou définit la couleur d&amp;#039;arrière-plan des boutons de la barre de titre lorsqu&amp;#039;ils sont survolés.&lt;br /&gt;
&lt;br /&gt;
Définit la propriété &amp;#039;&amp;#039;&amp;#039;[[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&amp;#039;&amp;#039;&amp;#039; sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; pour personnaliser les couleurs de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
* [[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ButtonHoverForegroundColor&amp;diff=780230</id>
		<title>Vcl.Forms.TTitleBar.ButtonHoverForegroundColor</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ButtonHoverForegroundColor&amp;diff=780230"/>
		<updated>2021-08-09T16:23:14Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.ButtonHoverForegroundColor|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.ButtonHoverForegroundColor | |{{InheritsFrom|Vcl.Forms.TTitleBar.ButtonHoverForegroundColor}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il obtient ou définit la couleur d&amp;#039;avant-plan des boutons de la barre de titre lorsqu&amp;#039;ils sont survolés.&lt;br /&gt;
&lt;br /&gt;
Définit la propriété &amp;#039;&amp;#039;&amp;#039;[[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&amp;#039;&amp;#039;&amp;#039; sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; pour personnaliser les couleurs de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
* [[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.BackgroundColor&amp;diff=780229</id>
		<title>Vcl.Forms.TTitleBar.BackgroundColor</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.BackgroundColor&amp;diff=780229"/>
		<updated>2021-08-09T16:23:08Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.BackgroundColor|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.BackgroundColor | |{{InheritsFrom|Vcl.Forms.TTitleBar.BackgroundColor}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il obtient ou définit la couleur d&amp;#039;arrière-plan de la barre de titre.&lt;br /&gt;
&lt;br /&gt;
Définit la propriété &amp;#039;&amp;#039;&amp;#039;[[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&amp;#039;&amp;#039;&amp;#039; sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; pour personnaliser les couleurs de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
* [[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.CaptionAlignment&amp;diff=780228</id>
		<title>Vcl.Forms.TTitleBar.CaptionAlignment</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.CaptionAlignment&amp;diff=780228"/>
		<updated>2021-08-09T16:23:03Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.CaptionAlignment|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.CaptionAlignment | |{{InheritsFrom|Vcl.Forms.TTitleBar.CaptionAlignment}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il définit l&amp;#039;alignement des légendes.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ButtonPressedBackgroundColor&amp;diff=780227</id>
		<title>Vcl.Forms.TTitleBar.ButtonPressedBackgroundColor</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ButtonPressedBackgroundColor&amp;diff=780227"/>
		<updated>2021-08-09T16:22:56Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.ButtonPressedBackgroundColor|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.ButtonPressedBackgroundColor | |{{InheritsFrom|Vcl.Forms.TTitleBar.ButtonPressedBackgroundColor}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il obtient ou définit la couleur d&amp;#039;arrière-plan des boutons de la barre de titre lorsqu&amp;#039;ils sont enfoncés.&lt;br /&gt;
&lt;br /&gt;
Définit la propriété &amp;#039;&amp;#039;&amp;#039;[[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&amp;#039;&amp;#039;&amp;#039; sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; pour personnaliser les couleurs de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
* [[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ShowIcon&amp;diff=780226</id>
		<title>Vcl.Forms.TTitleBar.ShowIcon</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ShowIcon&amp;diff=780226"/>
		<updated>2021-08-09T16:22:50Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.ShowIcon|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.ShowIcon | |{{InheritsFrom|Vcl.Forms.TTitleBar.ShowIcon}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il affiche / masque l&amp;#039;icône dans la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.SystemButtons&amp;diff=780225</id>
		<title>Vcl.Forms.TTitleBar.SystemButtons</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.SystemButtons&amp;diff=780225"/>
		<updated>2021-08-09T16:22:44Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.SystemButtons|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.SystemButtons | |{{InheritsFrom|Vcl.Forms.TTitleBar.SystemButtons}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il spécifie si la barre de titre doit utiliser les boutons de légende du système.&lt;br /&gt;
&lt;br /&gt;
Définissez les &amp;#039;&amp;#039;&amp;#039;SystemButtons&amp;#039;&amp;#039;&amp;#039; sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; pour définir des couleurs personnalisées pour les boutons de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Note| Cette option n&amp;#039;est disponible que sur Windows 10.}}&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ButtonBackgroundColor&amp;diff=780224</id>
		<title>Vcl.Forms.TTitleBar.ButtonBackgroundColor</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ButtonBackgroundColor&amp;diff=780224"/>
		<updated>2021-08-09T16:22:38Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.ButtonBackgroundColor|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.ButtonBackgroundColor | |{{InheritsFrom|Vcl.Forms.TTitleBar.ButtonBackgroundColor}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il obtient ou définit la couleur d&amp;#039;arrière-plan des boutons de la barre de titre.&lt;br /&gt;
&lt;br /&gt;
Définit la propriété &amp;#039;&amp;#039;&amp;#039;[[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&amp;#039;&amp;#039;&amp;#039; sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; pour personnaliser les couleurs de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
* [[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.InactiveBackgroundColor&amp;diff=780223</id>
		<title>Vcl.Forms.TTitleBar.InactiveBackgroundColor</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.InactiveBackgroundColor&amp;diff=780223"/>
		<updated>2021-08-09T16:22:30Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.InactiveBackgroundColor|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.InactiveBackgroundColor | |{{InheritsFrom|Vcl.Forms.TTitleBar.InactiveBackgroundColor}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il obtient ou définit la couleur d&amp;#039;arrière-plan de la barre de titre lorsque la fiche propriétaire est inactif.&lt;br /&gt;
&lt;br /&gt;
Définit la propriété &amp;#039;&amp;#039;&amp;#039;[[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&amp;#039;&amp;#039;&amp;#039; sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; pour personnaliser les couleurs de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
* [[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ButtonInactiveForegroundColor&amp;diff=780222</id>
		<title>Vcl.Forms.TTitleBar.ButtonInactiveForegroundColor</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ButtonInactiveForegroundColor&amp;diff=780222"/>
		<updated>2021-08-09T16:22:24Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.ButtonInactiveForegroundColor|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.ButtonInactiveForegroundColor | |{{InheritsFrom|Vcl.Forms.TTitleBar.ButtonInactiveForegroundColor}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il obtient ou définit la couleur d&amp;#039;avant-plan des boutons de la barre de titre lorsque la fiche propriétaire est inactif.&lt;br /&gt;
&lt;br /&gt;
Définit la propriété &amp;#039;&amp;#039;&amp;#039;[[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&amp;#039;&amp;#039;&amp;#039; sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; pour personnaliser les couleurs de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
* [[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ButtonForegroundColor&amp;diff=780221</id>
		<title>Vcl.Forms.TTitleBar.ButtonForegroundColor</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ButtonForegroundColor&amp;diff=780221"/>
		<updated>2021-08-09T16:22:18Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.ButtonForegroundColor|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.ButtonForegroundColor | |{{InheritsFrom|Vcl.Forms.TTitleBar.ButtonForegroundColor}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il obtient ou définit la couleur d&amp;#039;avant-plan des boutons de la barre de titre.&lt;br /&gt;
&lt;br /&gt;
Définit la propriété &amp;#039;&amp;#039;&amp;#039;[[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&amp;#039;&amp;#039;&amp;#039; sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; pour personnaliser les couleurs de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
* [[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.SystemColors&amp;diff=780220</id>
		<title>Vcl.Forms.TTitleBar.SystemColors</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.SystemColors&amp;diff=780220"/>
		<updated>2021-08-09T16:22:13Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.SystemColors|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.SystemColors | |{{InheritsFrom|Vcl.Forms.TTitleBar.SystemColors}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il spécifie si la barre de titre doit utiliser les couleurs par défaut du système.&lt;br /&gt;
&lt;br /&gt;
Définit la propriété &amp;#039;&amp;#039;&amp;#039;SystemColors&amp;#039;&amp;#039;&amp;#039; sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; pour personnaliser les couleurs de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.InactiveForegroundColor&amp;diff=780219</id>
		<title>Vcl.Forms.TTitleBar.InactiveForegroundColor</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.InactiveForegroundColor&amp;diff=780219"/>
		<updated>2021-08-09T16:22:07Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.InactiveForegroundColor|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.InactiveForegroundColor | |{{InheritsFrom|Vcl.Forms.TTitleBar.InactiveForegroundColor}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il obtient ou définit la couleur d&amp;#039;avant-plan de la barre de titre lorsque la fiche propriétaire est inactif.&lt;br /&gt;
&lt;br /&gt;
Définit la propriété &amp;#039;&amp;#039;&amp;#039;[[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&amp;#039;&amp;#039;&amp;#039; sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; pour personnaliser les couleurs de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
* [[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.Enabled&amp;diff=780218</id>
		<title>Vcl.Forms.TTitleBar.Enabled</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.Enabled&amp;diff=780218"/>
		<updated>2021-08-09T16:21:55Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.Enabled|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.Enabled | |{{InheritsFrom|Vcl.Forms.TTitleBar.Enabled}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il permet d&amp;#039;activer/désactiver la personnalisation de la zone de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ShowCaption&amp;diff=780217</id>
		<title>Vcl.Forms.TTitleBar.ShowCaption</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ShowCaption&amp;diff=780217"/>
		<updated>2021-08-09T16:21:49Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.ShowCaption|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.ShowCaption | |{{InheritsFrom|Vcl.Forms.TTitleBar.ShowCaption}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il affiche / masque l&amp;#039;icône dans la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.Height&amp;diff=780216</id>
		<title>Vcl.Forms.TTitleBar.Height</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.Height&amp;diff=780216"/>
		<updated>2021-08-09T16:21:43Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.Height|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.Height | |{{InheritsFrom|Vcl.Forms.TTitleBar.Height}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il récupère la hauteur de la barre de titre.&lt;br /&gt;
&lt;br /&gt;
Définit la propriété &amp;#039;&amp;#039;&amp;#039;[[Vcl.Forms.TTitleBar.SystemHeight|SystemHeight]]&amp;#039;&amp;#039;&amp;#039; sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; pour personnaliser la hauteur de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
* [[Vcl.Forms.TTitleBar.SystemHeight|SystemHeight]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.DrawCustomTitleBar&amp;diff=780215</id>
		<title>Vcl.Forms.TTitleBar.DrawCustomTitleBar</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.DrawCustomTitleBar&amp;diff=780215"/>
		<updated>2021-08-09T16:21:38Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.DrawCustomTitleBar|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.DrawCustomTitleBar | |{{InheritsFrom|Vcl.Forms.TTitleBar.DrawCustomTitleBar}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il dessine [[Vcl.Forms.TForm.CustomTitleBar|la barre de titre personnalisée]] et prend en charge la personnalisation de base comme l&amp;#039;icône Afficher/Masquer et définit les couleurs de légende et de premier plan.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ButtonPressedForegroundColor&amp;diff=780214</id>
		<title>Vcl.Forms.TTitleBar.ButtonPressedForegroundColor</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ButtonPressedForegroundColor&amp;diff=780214"/>
		<updated>2021-08-09T16:21:32Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.ButtonPressedForegroundColor|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.ButtonPressedForegroundColor | |{{InheritsFrom|Vcl.Forms.TTitleBar.ButtonPressedForegroundColor}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il obtient ou définit la couleur d&amp;#039;avant-plan des boutons de la barre de titre lorsqu&amp;#039;ils sont enfoncés.&lt;br /&gt;
&lt;br /&gt;
Définit la propriété &amp;#039;&amp;#039;&amp;#039;[[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&amp;#039;&amp;#039;&amp;#039; sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; pour personnaliser les couleurs de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
* [[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ButtonInactiveBackgroundColor&amp;diff=780213</id>
		<title>Vcl.Forms.TTitleBar.ButtonInactiveBackgroundColor</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.ButtonInactiveBackgroundColor&amp;diff=780213"/>
		<updated>2021-08-09T16:21:26Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.ButtonInactiveBackgroundColor|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.ButtonInactiveBackgroundColor | |{{InheritsFrom|Vcl.Forms.TTitleBar.ButtonInactiveBackgroundColor}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il obtient ou définit la couleur d&amp;#039;arrière-plan des boutons de la barre de titre lorsque la fiche propriétaire est inactif.&lt;br /&gt;
&lt;br /&gt;
Définit la propriété &amp;#039;&amp;#039;&amp;#039;[[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&amp;#039;&amp;#039;&amp;#039; sur &amp;#039;&amp;#039;&amp;#039;False&amp;#039;&amp;#039;&amp;#039; pour personnaliser les couleurs de la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
* [[Vcl.Forms.TTitleBar.SystemColors|SystemColors]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.InitTitleBarColors&amp;diff=780212</id>
		<title>Vcl.Forms.TTitleBar.InitTitleBarColors</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TTitleBar.InitTitleBarColors&amp;diff=780212"/>
		<updated>2021-08-09T16:21:16Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TTitleBar.InitTitleBarColors|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TTitleBar.InitTitleBarColors | |{{InheritsFrom|Vcl.Forms.TTitleBar.InitTitleBarColors}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Il réinitialise les couleurs utilisées dans la barre de titre.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TForm.CustomTitleBar&amp;diff=780211</id>
		<title>Vcl.Forms.TForm.CustomTitleBar</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.Forms.TForm.CustomTitleBar&amp;diff=780211"/>
		<updated>2021-08-09T16:21:10Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : fixed broken links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.Forms.TForm.CustomTitleBar|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.Forms.TForm.CustomTitleBar | |{{InheritsFrom|Vcl.Forms.TForm.CustomTitleBar}}}}&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Vous permet de personnaliser la barre de titre native d&amp;#039;un fichier VCL similaire à l&amp;#039;Explorateur Windows, Google Chrome ou d&amp;#039;autres applications.Il est pris en charge sur Windows 7 et versions ultérieures.&lt;br /&gt;
&lt;br /&gt;
Vous pouvez placer des contrôles VCL sur la barre de titre, créer une peinture personnalisée dessus, ainsi que contrôler la peinture par défaut d&amp;#039;éléments tels que l&amp;#039;icône de la fenêtre et la légende.&lt;br /&gt;
&lt;br /&gt;
Activez la composition DWM (Desktop Window Manager) pour utiliser cette propriété.&lt;br /&gt;
&lt;br /&gt;
Cette propriété utilise la propriété [[Vcl.Forms.TGlassFrame|GlassFrame]] pour étendre la zone client.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Voir ausii==&lt;br /&gt;
&lt;br /&gt;
* [[Vcl.Forms.TGlassFrame|TGlassFrame]]&lt;br /&gt;
* [[rad_fr:Barre de titre personnalisée pour les fiches VCL|Barre de titre personnalisée pour fiches VCL]]&lt;br /&gt;
* [[Vcl.Forms.TTitleBar|TTitleBar]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;br /&gt;
[[Category:Sydney]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.ImageCollection.TImageCollection&amp;diff=780172</id>
		<title>Vcl.ImageCollection.TImageCollection</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Vcl.ImageCollection.TImageCollection&amp;diff=780172"/>
		<updated>2021-03-01T17:20:50Z</updated>

		<summary type="html">&lt;p&gt;L10nBot : updated links to redirects&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#lst:API:Vcl.ImageCollection.TImageCollection|api}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
{{#ifeq: {{PAGENAME}} | Vcl.ImageCollection.TImageCollection | |{{InheritsFrom|Vcl.ImageCollection.TImageCollection}}}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=&amp;quot;short&amp;quot; /&amp;gt;Le composant [[Vcl.ImageCollection.TImageCollection|TImageCollection]] stocke, met à l&amp;#039;échelle, et dessine des images.&amp;lt;section end=&amp;quot;short&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Le composant vous permet d&amp;#039;utiliser des images avec des formats natifs en utilisant la classe &amp;#039;&amp;#039;&amp;#039;[[Vcl.Graphics.TWICImage|TWICImage]]&amp;#039;&amp;#039;&amp;#039;. &lt;br /&gt;
&lt;br /&gt;
Utilisez [[Vcl.ImageCollection.TImageCollection|TImageCollection]] conjointement avec le composant [[Vcl.VirtualImageList.TVirtualImageList|TVirtualImageList]] comme source des images. Consultez [[rad_fr:Prise en charge d&amp;#039;images High-DPI avec les composants Collection d&amp;#039;images et Liste d&amp;#039;images virtuelles|Prise en charge d&amp;#039;images High-DPI avec les composants Collection d&amp;#039;images et Liste d&amp;#039;images virtuelles]] pour des instructions sur l&amp;#039;utilisation de ces deux composants.&lt;br /&gt;
&lt;br /&gt;
[[Vcl.ImageCollection.TImageCollection|TImageCollection]] est hérité de la classe &amp;#039;&amp;#039;&amp;#039;TCustomImageCollection&amp;#039;&amp;#039;&amp;#039; qui définit les méthodes de base d&amp;#039;une collection.&lt;br /&gt;
&lt;br /&gt;
==Voir aussi==&lt;br /&gt;
&lt;br /&gt;
* [[Vcl.VirtualImageList.TVirtualImageList|TVirtualImageList]]&lt;br /&gt;
* [[Vcl.Graphics.TWICImage|TWICImage]]&lt;br /&gt;
* [[rad_fr:Prise en charge d&amp;#039;images High-DPI avec les composants Collection d&amp;#039;images et Liste d&amp;#039;images virtuelles|Prise en charge des listes d&amp;#039;images à résolution élevée]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation API]]&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
	<entry>
		<id>https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Fichier:Package1_bpl.png&amp;diff=778760</id>
		<title>Fichier:Package1 bpl.png</title>
		<link rel="alternate" type="text/html" href="https://docwiki.embarcadero.com/Libraries/Alexandria/f/index.php?title=Fichier:Package1_bpl.png&amp;diff=778760"/>
		<updated>2020-09-18T23:36:29Z</updated>

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

		<summary type="html">&lt;p&gt;L10nBot : &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>L10nBot</name></author>
		
	</entry>
</feed>