Klasse TReportDM_Base
Unit
Deklaration
type TReportDM_Base = class(TDataModule, IReport)
Beschreibung
Hierarchie
- TObject
- TPersistent
- TComponent
- TDataModule
- TReportDM_Base
Übersicht
Felder
![]() |
FBarcode: TBarcode; |
![]() |
FReportID: Integer; |
![]() |
FReportType: TReportType; |
![]() |
FReportCallback: TReportCallback; |
![]() |
FExemplar: string; |
![]() |
FIB_Connection: TIB_Connection; |
![]() |
FIB_Transaction: TIB_Transaction; |
Methoden
![]() |
function Report: TfrReport; virtual; |
![]() |
procedure SetNr(aNr: integer); virtual; |
![]() |
procedure SetID(aID: integer; aReportType: TReportType); |
![]() |
procedure AssignConnection(aDBName, aUserName, aPassword: string); |
![]() |
procedure SetReportCallback(aReportCallback: TReportCallback); |
![]() |
procedure SetExemplar(aName: string); |
![]() |
function Barcode_DataMatrix(aText: string = ''): TBarcode; virtual; |
![]() |
function Barcode_Code128(aText: string = ''): TBarcode; virtual; |
![]() |
function ReportVar: TfrVariables; virtual; |
![]() |
procedure DoAssignDataMatrix2Barcode(aText: string; aPicName: string = 'DataMatrixPIC'); virtual; |
![]() |
procedure DoAssignReportBmp(aPicName: string; aBitmap: TBitmap); |
![]() |
procedure DoAssignLogo(aPicName: string = 'Logo'); |
![]() |
procedure DoHideReportObject(aName: string); |
![]() |
function GetLKZ(aLKZ_Intern: string; aDelimiter: string = ' '): string; |
![]() |
function Barcode(aSymbology: TSymbology; aText: string = ''): TBarcode; |
![]() |
constructor Create(aOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Beschreibung
Felder
![]() |
FBarcode: TBarcode; |
![]() |
FReportID: Integer; |
![]() |
FReportType: TReportType; |
![]() |
FReportCallback: TReportCallback; |
![]() |
FExemplar: string; |
![]() |
FIB_Connection: TIB_Connection; |
![]() |
FIB_Transaction: TIB_Transaction; |
Methoden
![]() |
function Report: TfrReport; virtual; |
![]() |
procedure SetNr(aNr: integer); virtual; |
![]() |
procedure SetID(aID: integer; aReportType: TReportType); |
![]() |
procedure AssignConnection(aDBName, aUserName, aPassword: string); |
![]() |
procedure SetReportCallback(aReportCallback: TReportCallback); |
![]() |
procedure SetExemplar(aName: string); |
![]() |
function Barcode_DataMatrix(aText: string = ''): TBarcode; virtual; |
![]() |
function Barcode_Code128(aText: string = ''): TBarcode; virtual; |
![]() |
function ReportVar: TfrVariables; virtual; |
![]() |
procedure DoAssignDataMatrix2Barcode(aText: string; aPicName: string = 'DataMatrixPIC'); virtual; |
![]() |
procedure DoAssignReportBmp(aPicName: string; aBitmap: TBitmap); |
![]() |
procedure DoAssignLogo(aPicName: string = 'Logo'); |
![]() |
procedure DoHideReportObject(aName: string); |
![]() |
function GetLKZ(aLKZ_Intern: string; aDelimiter: string = ' '): string; |
![]() |
function Barcode(aSymbology: TSymbology; aText: string = ''): TBarcode; |
![]() |
constructor Create(aOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
Erstellt mit PasDoc 0.16.0.


