~chronoscz/vcard-studio/trunk

« back to all changes in this revision

Viewing changes to Packages/VCard/VCardPackage.pas

  • Committer: chronos
  • Date: 2023-06-06 15:05:18 UTC
  • Revision ID: svn-v4:b2f690cb-8b89-471c-b043-dbd4632e1e77:trunk:152
* Added: VCardProcessor class for processing contacts available from VCard package.
* Added: Normalize menu action for normalization of contact property values.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
interface
9
9
 
10
10
uses
11
 
  VCard, QuotedPrintable, ContactImage, LazarusPackageIntf;
 
11
  VCard, QuotedPrintable, ContactImage, VCardProcessor, LazarusPackageIntf;
12
12
 
13
13
implementation
14
14