Klasse TProjEinstellungen

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TProjEinstellungen = class(TXMLObject)

Beschreibung

Hierarchie

Übersicht

Methoden

Public constructor Create(p_sXML: String = ''); override;
Public procedure SaveLogoToBmp(p_strDateiname : string);

Eigenschaften

Published property Vereinsname : string read m_strVereinsname write m_strVereinsname;
Published property Anschrift : string read m_strAnschrift write m_strAnschrift;
Published property Plz : string read m_strPlz write m_strPlz;
Published property Ort : string read m_strOrt write m_strOrt;
Published property Telefon : string read m_strTelefon write m_strTelefon;
Published property Fax : string read m_strFax write m_strFax;
Published property Email : string read m_strEmail write m_strEmail;
Published property Homepage : string read m_strHomepage write m_strHomepage;
Published property Tag : integer read m_iTag write m_iTag;
Published property Monat : integer read m_iMonat write m_iMonat;
Published property Jahr : integer read m_iJahr write m_iJahr;
Published property Mindestalter : integer read m_iMindestalter write m_iMindestalter;
Published property Bank : string read m_strBank write m_strBank;
Published property Blz : string read m_strBlz write m_strBlz;
Published property Kontonummer : string read m_strKontonummer write m_strKontonummer;
Published property BankAnschrift : string read m_strBankAnschrift write m_strBankAnschrift;
Published property BankPLZ : string read m_strBankPLZ write m_strBankPLZ;
Published property BankOrt : string read m_strBankOrt write m_strBankOrt;
Published property BankBearbeiter : string read m_strBankSachbearbeiter write m_strBankSachbearbeiter;
Published property BankEmail : string read m_strBankEmail write m_strBankEmail;
Published property BankTelefon : string read m_strBankTelefon write m_strBankTelefon;
Published property BankFax : string read m_strBankFax write m_strBankFax;
Published property BIC : string read m_strBIC write m_strBIC;
Published property IBAN : string read m_strIBAN write m_strIBAN;
Published property Vollmacht : string read m_strVollmacht write m_strVollmacht;
Published property Aufnahme : double read m_dAufnahme write m_dAufnahme;
Published property Beitrag : double read m_dBeitrag write m_dBeitrag;
Published property Aufnahmev : string read m_strAufnahmev write m_strAufnahmev;
Published property Aufnahmeb : string read m_strAufnahmeb write m_strAufnahmeb;
Published property Beitragv : string read m_strBeitragv write m_strBeitragv;
Published property Beitragb : string read m_strBeitragb write m_strBeitragb;
Published property AufnahmeStr : TStrings read m_strLstAufnahme write m_strLstAufnahme;
Published property BeitragStr : TStrings read m_strLstBeitrag write m_strLstBeitrag;
Published property DatumBeitragBis : boolean read m_bDatumBeitragb write m_bDatumBeitragb;
Published property DatumAufnahmeBis : boolean read m_bDatumAufnahmeb write m_bDatumAufnahmeb;
Published property Kontovollmacht : TStrings read m_strLstKontovollmacht write m_strLstKontovollmacht;
Published property Mitglieder : TStrings read m_strMitgliederAngaben write m_strMitgliederAngaben;
Published property Vorstand : TStrings read m_strLstVorstand write m_strLstVorstand;
Published property Amtsgericht : string read m_strAmtsgericht write m_strAmtsgericht;
Published property AnschriftAG : string read m_strAnschriftAmtsgericht write m_strAnschriftAmtsgericht;
Published property PlzAG : string read m_strPlzAmtsgericht write m_strPlzAmtsgericht;
Published property OrtAG : string read m_strOrtAmtsgericht write m_strOrtAmtsgericht;
Published property Vereinsnummer : string read m_strVereinsnummer write m_strVereinsnummer;
Published property TelefonAG : string read m_strTelefonAmtsgericht write m_strTelefonAmtsgericht;
Published property FaxAG : string read m_strFaxAmtsgericht write m_strFaxAmtsgericht;
Published property EmailAG : string read m_strEmailAmtsgericht write m_strEmailAmtsgericht;
Published property Notar : string read m_strNotar write m_strNotar;
Published property AnschriftNotar: string read m_strAnschriftNotar write m_strAnschriftNotar;
Published property PlzNotar : string read m_strPlzNotar write m_strPlzNotar;
Published property OrtNotar : string read m_strOrtNotar write m_strOrtNotar;
Published property TelefonNotar : string read m_strTelefonNotar write m_strTelefonNotar;
Published property FaxNotar : string read m_strFaxNotar write m_strFaxNotar;
Published property EmailNotar : string read m_strEmailNotar write m_strEmailNotar;
Published property Logo : XMLMIMEString read GetBinary write SetBinary;
Published property Bildformat : byte read m_iBildformat write m_iBildformat;
Published property KonsistenzCheck : byte read m_iKonsistenzCheck write m_iKonsistenzCheck;
Published property LaengePlzMin : integer read m_iLaengePlzMin write m_iLaengePlzMin;
Published property LaengePlzMax : integer read m_iLaengePlzMax write m_iLaengePlzMax;
Published property LaengeBlzMin : integer read m_iLaengeBlzMin write m_iLaengeBlzMin;
Published property LaengeBlzMax : integer read m_iLaengeBlzMax write m_iLaengeBlzMax;
Published property UseBankleitzahlendatei : byte read m_iUseBankleitzahlendatei write m_iUseBankleitzahlendatei;
Published property Bankleitzahlendatei : string read m_strBankleitzahlendatei write m_strBankleitzahlendatei;

Beschreibung

Methoden

Public constructor Create(p_sXML: String = ''); override;

Im Konstruktor werden die Listen erzeugt. (p_sXML mit leerer Zeichenkette initialisiert

Parameter
Public procedure SaveLogoToBmp(p_strDateiname : string);

Diese Methode speichert das Vereinslogo als Bitmap Datei mit dem in p_strDateiname übergebenen Dateinamen. (p_strDateiname Dateiname des Fotos

Parameter

Eigenschaften

Published property Vereinsname : string read m_strVereinsname write m_strVereinsname;
 
Published property Anschrift : string read m_strAnschrift write m_strAnschrift;
 
Published property Plz : string read m_strPlz write m_strPlz;
 
Published property Ort : string read m_strOrt write m_strOrt;
 
Published property Telefon : string read m_strTelefon write m_strTelefon;
 
Published property Fax : string read m_strFax write m_strFax;
 
Published property Email : string read m_strEmail write m_strEmail;
 
Published property Homepage : string read m_strHomepage write m_strHomepage;
 
Published property Tag : integer read m_iTag write m_iTag;
 
Published property Monat : integer read m_iMonat write m_iMonat;
 
Published property Jahr : integer read m_iJahr write m_iJahr;
 
Published property Mindestalter : integer read m_iMindestalter write m_iMindestalter;
 
Published property Bank : string read m_strBank write m_strBank;
 
Published property Blz : string read m_strBlz write m_strBlz;
 
Published property Kontonummer : string read m_strKontonummer write m_strKontonummer;
 
Published property BankAnschrift : string read m_strBankAnschrift write m_strBankAnschrift;
 
Published property BankPLZ : string read m_strBankPLZ write m_strBankPLZ;
 
Published property BankOrt : string read m_strBankOrt write m_strBankOrt;
 
Published property BankBearbeiter : string read m_strBankSachbearbeiter write m_strBankSachbearbeiter;
 
Published property BankEmail : string read m_strBankEmail write m_strBankEmail;
 
Published property BankTelefon : string read m_strBankTelefon write m_strBankTelefon;
 
Published property BankFax : string read m_strBankFax write m_strBankFax;
 
Published property BIC : string read m_strBIC write m_strBIC;
 
Published property IBAN : string read m_strIBAN write m_strIBAN;
 
Published property Vollmacht : string read m_strVollmacht write m_strVollmacht;
 
Published property Aufnahme : double read m_dAufnahme write m_dAufnahme;
 
Published property Beitrag : double read m_dBeitrag write m_dBeitrag;
 
Published property Aufnahmev : string read m_strAufnahmev write m_strAufnahmev;
 
Published property Aufnahmeb : string read m_strAufnahmeb write m_strAufnahmeb;
 
Published property Beitragv : string read m_strBeitragv write m_strBeitragv;
 
Published property Beitragb : string read m_strBeitragb write m_strBeitragb;
 
Published property AufnahmeStr : TStrings read m_strLstAufnahme write m_strLstAufnahme;
 
Published property BeitragStr : TStrings read m_strLstBeitrag write m_strLstBeitrag;
 
Published property DatumBeitragBis : boolean read m_bDatumBeitragb write m_bDatumBeitragb;
 
Published property DatumAufnahmeBis : boolean read m_bDatumAufnahmeb write m_bDatumAufnahmeb;
 
Published property Kontovollmacht : TStrings read m_strLstKontovollmacht write m_strLstKontovollmacht;
 
Published property Mitglieder : TStrings read m_strMitgliederAngaben write m_strMitgliederAngaben;
 
Published property Vorstand : TStrings read m_strLstVorstand write m_strLstVorstand;
 
Published property Amtsgericht : string read m_strAmtsgericht write m_strAmtsgericht;
 
Published property AnschriftAG : string read m_strAnschriftAmtsgericht write m_strAnschriftAmtsgericht;
 
Published property PlzAG : string read m_strPlzAmtsgericht write m_strPlzAmtsgericht;
 
Published property OrtAG : string read m_strOrtAmtsgericht write m_strOrtAmtsgericht;
 
Published property Vereinsnummer : string read m_strVereinsnummer write m_strVereinsnummer;
 
Published property TelefonAG : string read m_strTelefonAmtsgericht write m_strTelefonAmtsgericht;
 
Published property FaxAG : string read m_strFaxAmtsgericht write m_strFaxAmtsgericht;
 
Published property EmailAG : string read m_strEmailAmtsgericht write m_strEmailAmtsgericht;
 
Published property Notar : string read m_strNotar write m_strNotar;
 
Published property AnschriftNotar: string read m_strAnschriftNotar write m_strAnschriftNotar;
 
Published property PlzNotar : string read m_strPlzNotar write m_strPlzNotar;
 
Published property OrtNotar : string read m_strOrtNotar write m_strOrtNotar;
 
Published property TelefonNotar : string read m_strTelefonNotar write m_strTelefonNotar;
 
Published property FaxNotar : string read m_strFaxNotar write m_strFaxNotar;
 
Published property EmailNotar : string read m_strEmailNotar write m_strEmailNotar;
 
Published property Logo : XMLMIMEString read GetBinary write SetBinary;
 
Published property Bildformat : byte read m_iBildformat write m_iBildformat;
 
Published property KonsistenzCheck : byte read m_iKonsistenzCheck write m_iKonsistenzCheck;
 
Published property LaengePlzMin : integer read m_iLaengePlzMin write m_iLaengePlzMin;
 
Published property LaengePlzMax : integer read m_iLaengePlzMax write m_iLaengePlzMax;
 
Published property LaengeBlzMin : integer read m_iLaengeBlzMin write m_iLaengeBlzMin;
 
Published property LaengeBlzMax : integer read m_iLaengeBlzMax write m_iLaengeBlzMax;
 
Published property UseBankleitzahlendatei : byte read m_iUseBankleitzahlendatei write m_iUseBankleitzahlendatei;
 
Published property Bankleitzahlendatei : string read m_strBankleitzahlendatei write m_strBankleitzahlendatei;
 

Erstellt mit PasDoc 0.12.1 am 2011-02-19 10:02:38