<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>http://wiki.sage.fr/index.php?action=history&amp;feed=atom&amp;title=GetLibelle_%28TSearchAction%29</id>
	<title>GetLibelle (TSearchAction) - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.sage.fr/index.php?action=history&amp;feed=atom&amp;title=GetLibelle_%28TSearchAction%29"/>
	<link rel="alternate" type="text/html" href="http://wiki.sage.fr/index.php?title=GetLibelle_(TSearchAction)&amp;action=history"/>
	<updated>2026-05-25T02:26:40Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>http://wiki.sage.fr/index.php?title=GetLibelle_(TSearchAction)&amp;diff=14650&amp;oldid=prev</id>
		<title>Syfre : Page créée avec « {{Version11}}  &lt;source lang=&#039;delphi&#039;&gt;Function GetLibelle(const iClassName:string):string;&lt;/source&gt;  Cette fonction retourne le libellé à afficher dans la vignette résul... »</title>
		<link rel="alternate" type="text/html" href="http://wiki.sage.fr/index.php?title=GetLibelle_(TSearchAction)&amp;diff=14650&amp;oldid=prev"/>
		<updated>2024-06-20T12:26:27Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « {{Version11}}  &amp;lt;source lang=&amp;#039;delphi&amp;#039;&amp;gt;Function GetLibelle(const iClassName:string):string;&amp;lt;/source&amp;gt;  Cette fonction retourne le libellé à afficher dans la vignette résul... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Version11}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;#039;delphi&amp;#039;&amp;gt;Function GetLibelle(const iClassName:string):string;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cette fonction retourne le libellé à afficher dans la vignette résultat de recherche.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Paramètre&lt;br /&gt;
!Usage&lt;br /&gt;
|-&lt;br /&gt;
|iClassName&lt;br /&gt;
|Le nom de la classe de l&amp;#039;objet du résultat de la recherche&lt;br /&gt;
|-&lt;br /&gt;
|Result&lt;br /&gt;
|Le libellé à afficher dans la vignette pour cette action.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Retourner une chaîne vide si la classe ne correspond pas à l&amp;#039;action, dans ce cas l&amp;#039;action sera ignorée.&lt;br /&gt;
&lt;br /&gt;
Exemple :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;delphi&amp;quot;&amp;gt;&lt;br /&gt;
//function ACtion_piece_ecritures.GetLibelle(const iClassName:string):string;&lt;br /&gt;
begin&lt;br /&gt;
  if TFacadeModel.hasAccounting and (iClassName=&amp;#039;TPiece&amp;#039;) then Result := _TP(&amp;#039;Voir les écritures de la pièce&amp;#039;) else&lt;br /&gt;
  Result := &amp;#039;&amp;#039;;&lt;br /&gt;
end;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Voir aussi :&lt;br /&gt;
&lt;br /&gt;
{{Footer|TSearchAction (class)}}&lt;br /&gt;
[[Category:version2024r1]]&lt;/div&gt;</summary>
		<author><name>Syfre</name></author>
	</entry>
</feed>