<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-BR">
	<id>http://wiki.phsys.com.br/index.php?action=history&amp;feed=atom&amp;title=Fun%C3%A7%C3%A3o_ValidInt</id>
	<title>Função ValidInt - Histórico de revisão</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.phsys.com.br/index.php?action=history&amp;feed=atom&amp;title=Fun%C3%A7%C3%A3o_ValidInt"/>
	<link rel="alternate" type="text/html" href="http://wiki.phsys.com.br/index.php?title=Fun%C3%A7%C3%A3o_ValidInt&amp;action=history"/>
	<updated>2026-09-20T12:44:38Z</updated>
	<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
	<generator>MediaWiki 1.31.10</generator>
	<entry>
		<id>http://wiki.phsys.com.br/index.php?title=Fun%C3%A7%C3%A3o_ValidInt&amp;diff=4676&amp;oldid=prev</id>
		<title>Yuri.gabriel: Criou página com &#039;A função &#039;&#039;&#039;ValidInt&#039;&#039;&#039; verifica se uma string pode ser convertida para um valor inteiro (Integer).  ===&#039;&#039;&#039;Sintaxe&#039;&#039;&#039;=== Function ValidInt(const S: string): Boolean;  ===&#039;&#039;&#039;...&#039;</title>
		<link rel="alternate" type="text/html" href="http://wiki.phsys.com.br/index.php?title=Fun%C3%A7%C3%A3o_ValidInt&amp;diff=4676&amp;oldid=prev"/>
		<updated>2024-08-15T12:36:22Z</updated>

		<summary type="html">&lt;p&gt;Criou página com &amp;#039;A função &amp;#039;&amp;#039;&amp;#039;ValidInt&amp;#039;&amp;#039;&amp;#039; verifica se uma string pode ser convertida para um valor inteiro (Integer).  ===&amp;#039;&amp;#039;&amp;#039;Sintaxe&amp;#039;&amp;#039;&amp;#039;=== Function ValidInt(const S: string): Boolean;  ===&amp;#039;&amp;#039;&amp;#039;...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A função &amp;#039;&amp;#039;&amp;#039;ValidInt&amp;#039;&amp;#039;&amp;#039; verifica se uma string pode ser convertida para um valor inteiro (Integer).&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Sintaxe&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
Function ValidInt(const S: string): Boolean;&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Parâmetros&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%&amp;quot;&lt;br /&gt;
! Nome &lt;br /&gt;
!Tipo&lt;br /&gt;
!Descrição&lt;br /&gt;
|-&lt;br /&gt;
|S&lt;br /&gt;
|String&lt;br /&gt;
|A string que será verificada para conversão em Integer.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===&amp;#039;&amp;#039;&amp;#039;Exemplos&amp;#039;&amp;#039;&amp;#039;===&lt;br /&gt;
 begin&lt;br /&gt;
   if ValidInt(&amp;#039;12345&amp;#039;) then&lt;br /&gt;
     Informacao(&amp;#039;Valor válido!&amp;#039;)&lt;br /&gt;
   else&lt;br /&gt;
     Informacao(&amp;#039;Valor inválido!&amp;#039;);&lt;br /&gt;
 end.&lt;/div&gt;</summary>
		<author><name>Yuri.gabriel</name></author>
		
	</entry>
</feed>