Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
idCatalog
type TDeduplicateSettings = class(TBaseCatalogObject)
TDeduplicateSettings
internal const cDefaultHandling: TDeduplicateHandling = ddhArchive;
procedure AfterConstruction; override;
property DetectionMethod: TDuplicateDetectionMethod read FDetectionMethod write FDetectionMethod;
property PickMethod: TDeduplicatePickMethod read FPickMethod write FPickMethod;
property Handling: TDeduplicateHandling read FHandling write FHandling;
property ArchiveFolder: WideString read FArchiveFolder write FArchiveFolder;
detection settings
picking settings
handling settings