<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://frp.sage.fr/wiki1000/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
		<id>https://frp.sage.fr/wiki1000/index.php?action=history&amp;feed=atom&amp;title=FindPackage_%28MM%29</id>
		<title>FindPackage (MM) - Historique des versions</title>
		<link rel="self" type="application/atom+xml" href="https://frp.sage.fr/wiki1000/index.php?action=history&amp;feed=atom&amp;title=FindPackage_%28MM%29"/>
		<link rel="alternate" type="text/html" href="https://frp.sage.fr/wiki1000/index.php?title=FindPackage_(MM)&amp;action=history"/>
		<updated>2026-05-07T18:26:11Z</updated>
		<subtitle>Historique pour cette page sur le wiki</subtitle>
		<generator>MediaWiki 1.18.6</generator>

	<entry>
		<id>https://frp.sage.fr/wiki1000/index.php?title=FindPackage_(MM)&amp;diff=2511&amp;oldid=prev</id>
		<title>Syfre le 6 novembre 2009 à 10:34</title>
		<link rel="alternate" type="text/html" href="https://frp.sage.fr/wiki1000/index.php?title=FindPackage_(MM)&amp;diff=2511&amp;oldid=prev"/>
				<updated>2009-11-06T10:34:52Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Version précédente&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Version du 6 novembre 2009 à 10:34&lt;/td&gt;
		&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Ligne 1 :&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Ligne 1 :&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;source lang='delphi'&amp;gt;function FindPackage(const iName):TPackageInfo;&amp;lt;/source&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;source lang='delphi'&amp;gt;function FindPackage(const iName&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;:string&lt;/ins&gt;):TPackageInfo;&amp;lt;/source&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Cette fonction recherche un paquet dans le modèle métier.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Cette fonction recherche un paquet dans le modèle métier.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Syfre</name></author>	</entry>

	<entry>
		<id>https://frp.sage.fr/wiki1000/index.php?title=FindPackage_(MM)&amp;diff=2509&amp;oldid=prev</id>
		<title>Syfre : Nouvelle page : &lt;source lang='delphi'&gt;function FindPackage(const iName):TPackageInfo;&lt;/source&gt;  Cette fonction recherche un paquet dans le modèle métier.  {|class=&quot;wikitable&quot; |- |Result |Un objet ...</title>
		<link rel="alternate" type="text/html" href="https://frp.sage.fr/wiki1000/index.php?title=FindPackage_(MM)&amp;diff=2509&amp;oldid=prev"/>
				<updated>2009-11-06T10:32:12Z</updated>
		
		<summary type="html">&lt;p&gt;Nouvelle page : &amp;lt;source lang=&amp;#039;delphi&amp;#039;&amp;gt;function FindPackage(const iName):TPackageInfo;&amp;lt;/source&amp;gt;  Cette fonction recherche un paquet dans le modèle métier.  {|class=&amp;quot;wikitable&amp;quot; |- |Result |Un objet ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang='delphi'&amp;gt;function FindPackage(const iName):TPackageInfo;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cette fonction recherche un paquet dans le modèle métier.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Result&lt;br /&gt;
|Un objet réprésentant le [[TPackageInfo (MM)|paquet]].&lt;br /&gt;
|-&lt;br /&gt;
|iName&lt;br /&gt;
|Le nom du paquet dans le modèle.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Exemple&lt;br /&gt;
&amp;lt;source lang='delphi'&amp;gt;&lt;br /&gt;
var s,stag:string; idx:Integer; pk:TPackageInfo; &lt;br /&gt;
begin&lt;br /&gt;
  pk := ModelManager.FindPackage('TestSYFREWF');&lt;br /&gt;
  if Assigned(pk) then&lt;br /&gt;
   begin&lt;br /&gt;
     s := ''; stag := '';&lt;br /&gt;
     for idx :=0 to pk.ClassCount-1 do&lt;br /&gt;
      begin&lt;br /&gt;
        s := s+stag+pk.Classes[idx].Name;&lt;br /&gt;
        stag := ',';&lt;br /&gt;
      end;&lt;br /&gt;
     showMessage('Liste des classes de TestSYFREWF:'+s);&lt;br /&gt;
   end;&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;
* [[TPackageInfo (MM)|Paquet métier]].&lt;br /&gt;
&lt;br /&gt;
{{Footer|ModelManager_(code)}}&lt;br /&gt;
[[category:ModelManager]]&lt;/div&gt;</summary>
		<author><name>Syfre</name></author>	</entry>

	</feed>