Skip to content

Commit

Permalink
Nova versão do componente
Browse files Browse the repository at this point in the history
#1

Suporte desde a versão 6 do Delphi ate a mas atual!
Suporte para fmx Windows

Novos Psp Suportados
  • Loading branch information
Ronierys2 committed Sep 5, 2024
1 parent 3ae6aec commit 6dbc7e9
Show file tree
Hide file tree
Showing 57 changed files with 6,724 additions and 5,830 deletions.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
64 changes: 64 additions & 0 deletions Componente/Project/TRscPix.dpk
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
package TRscPix;

{$R *.res}
{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS ON}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DEFINE DEBUG}
{$DEFINE DEBUG}
{$ENDIF IMPLICITBUILDING}
{$DESCRIPTION 'RSC - PIX'}
{$IMPLICITBUILD ON}

requires
rtl,
vcl;

contains
RscPix in '..\source\RscPix.pas',
RscPixRegister in '..\source\RscPixRegister.pas',
RscPixTipos in '..\source\RscPixTipos.pas',
RscPixUtils in '..\source\RscPixUtils.pas',
RscPixAutenticar in '..\source\Classes\RscPixAutenticar.pas',
RscPixCalendario in '..\source\Classes\RscPixCalendario.pas',
RscPixCertificado in '..\source\Classes\RscPixCertificado.pas',
RscPixCob in '..\source\Classes\RscPixCob.pas',
RscPixDevolucao in '..\source\Classes\RscPixDevolucao.pas',
RscPixEndPoint in '..\source\Classes\RscPixEndPoint.pas',
RscPixHorario in '..\source\Classes\RscPixHorario.pas',
RscPixInformacoesAdicionais in '..\source\Classes\RscPixInformacoesAdicionais.pas',
RscPixLoc in '..\source\Classes\RscPixLoc.pas',
RscPixPaginacao in '..\source\Classes\RscPixPaginacao.pas',
RscPixParametro in '..\source\Classes\RscPixParametro.pas',
RscPixPessoas in '..\source\Classes\RscPixPessoas.pas',
RscPixPix in '..\source\Classes\RscPixPix.pas',
RscPixPSP in '..\source\Classes\RscPixPSP.pas',
RscPixRequesteListar in '..\source\Classes\RscPixRequesteListar.pas',
RscPixTitular in '..\source\Classes\RscPixTitular.pas',
RscPixToken in '..\source\Classes\RscPixToken.pas',
RscPixValor in '..\source\Classes\RscPixValor.pas',
RscPixWebhook in '..\source\Classes\RscPixWebhook.pas';

end.



2,019 changes: 944 additions & 1,075 deletions Componente/Projeto/RscPix.dproj → Componente/Project/TRscPix.dproj

Large diffs are not rendered by default.

62 changes: 0 additions & 62 deletions Componente/Projeto/RscPix.dpk

This file was deleted.

1 change: 0 additions & 1 deletion Componente/Projeto/RscPixResource.rc

This file was deleted.

51 changes: 0 additions & 51 deletions Componente/Source/Classes/uRscPix.Calendario.pas

This file was deleted.

59 changes: 0 additions & 59 deletions Componente/Source/Classes/uRscPix.Certificado.pas

This file was deleted.

71 changes: 0 additions & 71 deletions Componente/Source/Classes/uRscPix.Desenvolvedor.pas

This file was deleted.

61 changes: 0 additions & 61 deletions Componente/Source/Classes/uRscPix.Devolucao.pas

This file was deleted.

Loading

0 comments on commit 6dbc7e9

Please sign in to comment.