<?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=SetReplyFlag_%28TdbfMessage%29</id>
	<title>SetReplyFlag (TdbfMessage) - 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=SetReplyFlag_%28TdbfMessage%29"/>
	<link rel="alternate" type="text/html" href="http://wiki.sage.fr/index.php?title=SetReplyFlag_(TdbfMessage)&amp;action=history"/>
	<updated>2026-05-25T01:42:33Z</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=SetReplyFlag_(TdbfMessage)&amp;diff=6129&amp;oldid=prev</id>
		<title>Syfre : Page créée avec « &lt;source lang=&#039;delphi&#039;&gt;function SetReplyFlag(const iBox:string; value:boolean):Boolean;&lt;/source&gt;  Cette fonction marque un message répondu pour une boîte donnée.  {|class=&quot;… »</title>
		<link rel="alternate" type="text/html" href="http://wiki.sage.fr/index.php?title=SetReplyFlag_(TdbfMessage)&amp;diff=6129&amp;oldid=prev"/>
		<updated>2011-12-13T13:25:38Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « &amp;lt;source lang=&amp;#039;delphi&amp;#039;&amp;gt;function SetReplyFlag(const iBox:string; value:boolean):Boolean;&amp;lt;/source&amp;gt;  Cette fonction marque un message répondu pour une boîte donnée.  {|class=&amp;quot;… »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;#039;delphi&amp;#039;&amp;gt;function SetReplyFlag(const iBox:string; value:boolean):Boolean;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Cette fonction marque un message répondu pour une boîte donnée.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Result&lt;br /&gt;
|True si le message est associé à cette boîte.&lt;br /&gt;
|-&lt;br /&gt;
|iBox&lt;br /&gt;
|Boîte ayant reçu le message.&lt;br /&gt;
|-&lt;br /&gt;
|Value&lt;br /&gt;
|Valeur du nouveau marqueur.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{info|[[Gestion de la transaction|Cette méthode gère la transaction courante.]]}}&lt;br /&gt;
{{info|Cet indicateur est automatiquement positionné :&lt;br /&gt;
* lorsque l&amp;#039;utilisateur répond au message &lt;br /&gt;
* Par la fonction [[CreateAnswer_(TdbfMessage)|CreateAnswer]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Exemple :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;source lang=&amp;#039;delphi&amp;#039;&amp;gt;&lt;br /&gt;
function ReplyMessage(const iBox:string):boolean;&lt;br /&gt;
var box:TdbfMessageBox; msg:TdbfMessage;&lt;br /&gt;
begin&lt;br /&gt;
  // Set reply flag on the first message of a box.&lt;br /&gt;
  Result := False;&lt;br /&gt;
  box := TdbfMessageBox.FindBox(iBox);&lt;br /&gt;
  if Assigned(box) then&lt;br /&gt;
   begin&lt;br /&gt;
     if box.dbfMessages.Count&amp;lt;&amp;gt;0 then&lt;br /&gt;
      begin&lt;br /&gt;
        msg := box.dbfMessages[0];&lt;br /&gt;
        Result := msg.SetReplyFlag(iBox,True);&lt;br /&gt;
      end;&lt;br /&gt;
   end;&lt;br /&gt;
end;&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[SetReadFlag (TdbfMessage)|SetReadFlag]]&lt;br /&gt;
&lt;br /&gt;
{{Footer|TdbfMessage (class)}}&lt;br /&gt;
[[category:TdbfMessage]]&lt;/div&gt;</summary>
		<author><name>Syfre</name></author>
	</entry>
</feed>