Changeset 158 for trunk/Core.lfm


Ignore:
Timestamp:
Jun 12, 2023, 12:07:42 AM (11 months ago)
Author:
chronos
Message:
  • Added: File menu action Export to export vCard data into CSV, XML, MediaWiki, Excel paste, and HTML.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Core.lfm

    r152 r158  
    300300      Caption = 'Normalize'
    301301      OnExecute = ANormalizeExecute
     302    end
     303    object AFileExport: TAction
     304      Category = 'File'
     305      Caption = 'Export...'
     306      OnExecute = AFileExportExecute
    302307    end
    303308  end
Note: See TracChangeset for help on using the changeset viewer.