<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://documentacion.conarpesa.com.ar/index.php?action=history&amp;feed=atom&amp;title=TprxADODataSet_Options_Impresion_Menu</id>
	<title>TprxADODataSet Options Impresion Menu - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://documentacion.conarpesa.com.ar/index.php?action=history&amp;feed=atom&amp;title=TprxADODataSet_Options_Impresion_Menu"/>
	<link rel="alternate" type="text/html" href="https://documentacion.conarpesa.com.ar/index.php?title=TprxADODataSet_Options_Impresion_Menu&amp;action=history"/>
	<updated>2026-05-05T16:54:31Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://documentacion.conarpesa.com.ar/index.php?title=TprxADODataSet_Options_Impresion_Menu&amp;diff=27830&amp;oldid=prev</id>
		<title>Luciano Carou: Página creada con «=Descripción= El componente &#039;&#039;&#039;TprxADODataSet_Options_Impresion_Menu&#039;&#039;&#039; (Componente de menú de opciones de impresión.) implementa la funcionalidad para armar el menú de opciones de impresión.  =Identidad= Category:MANUAL/PROGRAMADOR Category:IMPRESION *Ancestro: TprxADODataSet_Options_Impresion *Carpeta: C:\DevelopPrx\library *Archivo: prxADODataSet_Options_Impresion_Menu.pas  =Declaración= &lt;pre&gt; type     TprxADODataSet_Option…»</title>
		<link rel="alternate" type="text/html" href="https://documentacion.conarpesa.com.ar/index.php?title=TprxADODataSet_Options_Impresion_Menu&amp;diff=27830&amp;oldid=prev"/>
		<updated>2025-06-05T19:37:26Z</updated>

		<summary type="html">&lt;p&gt;Página creada con «=Descripción= El componente &amp;#039;&amp;#039;&amp;#039;TprxADODataSet_Options_Impresion_Menu&amp;#039;&amp;#039;&amp;#039; (Componente de menú de opciones de impresión.) implementa la funcionalidad para armar el menú de opciones de impresión.  =&lt;a href=&quot;/index.php?title=QUEESESTO/IDENTIDAD&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;QUEESESTO/IDENTIDAD (la página no existe)&quot;&gt;Identidad&lt;/a&gt;= &lt;a href=&quot;/index.php?title=Categor%C3%ADa:MANUAL/PROGRAMADOR&quot; title=&quot;Categoría:MANUAL/PROGRAMADOR&quot;&gt;Category:MANUAL/PROGRAMADOR&lt;/a&gt; &lt;a href=&quot;/index.php?title=Categor%C3%ADa:IMPRESION&quot; title=&quot;Categoría:IMPRESION&quot;&gt;Category:IMPRESION&lt;/a&gt; *Ancestro: &lt;a href=&quot;/index.php?title=TprxADODataSet_Options_Impresion&quot; title=&quot;TprxADODataSet Options Impresion&quot;&gt;TprxADODataSet_Options_Impresion&lt;/a&gt; *Carpeta: C:\DevelopPrx\library *Archivo: prxADODataSet_Options_Impresion_Menu.pas  =Declaración= &amp;lt;pre&amp;gt; type     TprxADODataSet_Option…»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Descripción=&lt;br /&gt;
El componente &amp;#039;&amp;#039;&amp;#039;TprxADODataSet_Options_Impresion_Menu&amp;#039;&amp;#039;&amp;#039; (Componente de menú de opciones de impresión.) implementa la funcionalidad para armar el menú de opciones de impresión.&lt;br /&gt;
&lt;br /&gt;
=[[QUEESESTO/IDENTIDAD|Identidad]]=&lt;br /&gt;
[[Category:MANUAL/PROGRAMADOR]]&lt;br /&gt;
[[Category:IMPRESION]]&lt;br /&gt;
*Ancestro: [[TprxADODataSet_Options_Impresion]]&lt;br /&gt;
*Carpeta: C:\DevelopPrx\library&lt;br /&gt;
*Archivo: prxADODataSet_Options_Impresion_Menu.pas&lt;br /&gt;
&lt;br /&gt;
=Declaración=&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
type&lt;br /&gt;
    TprxADODataSet_Options_Impresion_Menu = class(TprxADODataSet_Options_Impresion)&lt;br /&gt;
  private&lt;br /&gt;
    FImpresionSimple: TprxADODataSet_Options_Impresion_Simple;&lt;br /&gt;
    FImpresionExcel: TprxADODataSet_Options_Impresion_ExportarExcel;&lt;br /&gt;
    FImpresionAplicativo: TprxADODataSet_Options_Impresion_Aplicativo;&lt;br /&gt;
    FImpresionRB_Reporte: TprxADODataSet_Options_Impresion_RB_Reporte;&lt;br /&gt;
    FImpresion_RB_Comprobante: TprxADODataSet_Options_Impresion_RB_Comprobante;&lt;br /&gt;
    FOpciones_de_Impresion_Caption: String;&lt;br /&gt;
  protected&lt;br /&gt;
    property    ImpresionSimple: TprxADODataSet_Options_Impresion_Simple read FImpresionSimple write FImpresionSimple;&lt;br /&gt;
    property    ImpresionExcel: TprxADODataSet_Options_Impresion_ExportarExcel read FImpresionExcel write FImpresionExcel;&lt;br /&gt;
    property    ImpresionAplicativo: TprxADODataSet_Options_Impresion_Aplicativo read FImpresionAplicativo write FImpresionAplicativo;&lt;br /&gt;
    property    ImpresionRB_Reporte: TprxADODataSet_Options_Impresion_RB_Reporte read FImpresionRB_Reporte write FImpresionRB_Reporte;&lt;br /&gt;
    property    Impresion_RB_Comprobante: TprxADODataSet_Options_Impresion_RB_Comprobante read FImpresion_RB_Comprobante write FImpresion_RB_Comprobante;&lt;br /&gt;
    property    Opciones_de_Impresion_Caption: String read FOpciones_de_Impresion_Caption write FOpciones_de_Impresion_Caption;&lt;br /&gt;
  public&lt;br /&gt;
    constructor Create(AOwner: TComponent); override;&lt;br /&gt;
    destructor  Destroy; override;&lt;br /&gt;
&lt;br /&gt;
    procedure   GetPopupOptions(Sender: TprxPopupMenu); override;&lt;br /&gt;
    procedure   ExecutePopupOptions(Sender: TObject);&lt;br /&gt;
  published&lt;br /&gt;
  end;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Implementación=&lt;br /&gt;
===procedure GetPopupOptions(Sender: TprxPopupMenu)===&lt;br /&gt;
Arma el menú de opciones de impresión.&lt;br /&gt;
&lt;br /&gt;
=Uso=&lt;br /&gt;
Es usado en todos los forms o frames necesarios.&lt;/div&gt;</summary>
		<author><name>Luciano Carou</name></author>
	</entry>
</feed>