<?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=SetReplyFlag_%28TdbfMessage%29</id>
		<title>SetReplyFlag (TdbfMessage) - 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=SetReplyFlag_%28TdbfMessage%29"/>
		<link rel="alternate" type="text/html" href="https://frp.sage.fr/wiki1000/index.php?title=SetReplyFlag_(TdbfMessage)&amp;action=history"/>
		<updated>2026-05-07T21:00:04Z</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=SetReplyFlag_(TdbfMessage)&amp;diff=6129&amp;oldid=prev</id>
		<title>Syfre : Page créée avec « &lt;source lang='delphi'&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="https://frp.sage.fr/wiki1000/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='delphi'&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'utilisateur répond au message &lt;br /&gt;
* Par la fonction [[CreateAnswer_(TdbfMessage)|CreateAnswer]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Exemple :'''&lt;br /&gt;
&amp;lt;source lang='delphi'&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>