Class TCustomSidecarExtension
Unit
idCore
Declaration
type TCustomSidecarExtension = class(TIDIObject)
Description
TCustomSidecarExtension
Hierarchy
Overview
Methods
Properties
 |
property IsCustom: Boolean read FIsCustom write FIsCustom; |
 |
property Enabled: Boolean read FEnabled write FEnabled; |
 |
property FileExtension: WideString read FFileExtension write FFileExtension; |
 |
property SidecarExtension: WideString read FSidecarExtension write FSidecarExtension; |
 |
property SidecarPath: WideString read FSidecarPath write SetSidecarPath; |
 |
property Fixed: Boolean read FFixed write FFixed; |
 |
property OperateCopy: Boolean read FOperateCopy write FOperateCopy; |
 |
property OperateMove: Boolean read FOperateMove write FOperateMove; |
 |
property OperateDelete: Boolean read FOperateDelete write FOperateDelete; |
 |
property OperateRename: Boolean read FOperateRename write FOperateRename; |
 |
property IgnoreExtensions: TxomStringList read FIgnoreExtensions write FIgnoreExtensions; |
 |
property DisableForWhenExtensionsExist: TxomStringList read FDisableForWhenExtensionsExist write FDisableForWhenExtensionsExist; |
 |
property IsPartOfIdentity: Boolean read FIsPartOfIdentity write FIsPartOfIdentity; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure Lock; |
|
|
 |
procedure Unlock; |
|
|
 |
function IsValidFor (const AFileName: WideString): Boolean; virtual; |
|
|
 |
procedure FilePathsFor (const APath: WideString; AResult: TxomStrings); virtual; |
|
|
 |
procedure FileNamesFor (const AFileName: WideString; AResult: TxomStrings; AParseOptions: TOptions = nil); virtual; |
|
|
Properties
 |
property IsCustom: Boolean read FIsCustom write FIsCustom; |
|
|
 |
property Enabled: Boolean read FEnabled write FEnabled; |
|
a marker to identify custom side cars
|
 |
property FileExtension: WideString read FFileExtension write FFileExtension; |
|
|
 |
property SidecarExtension: WideString read FSidecarExtension write FSidecarExtension; |
|
|
 |
property SidecarPath: WideString read FSidecarPath write SetSidecarPath; |
|
|
 |
property Fixed: Boolean read FFixed write FFixed; |
|
|
 |
property OperateCopy: Boolean read FOperateCopy write FOperateCopy; |
|
|
 |
property OperateMove: Boolean read FOperateMove write FOperateMove; |
|
|
 |
property OperateDelete: Boolean read FOperateDelete write FOperateDelete; |
|
|
 |
property OperateRename: Boolean read FOperateRename write FOperateRename; |
|
|
 |
property IgnoreExtensions: TxomStringList read FIgnoreExtensions write FIgnoreExtensions; |
|
|
 |
property DisableForWhenExtensionsExist: TxomStringList read FDisableForWhenExtensionsExist write FDisableForWhenExtensionsExist; |
|
|
 |
property IsPartOfIdentity: Boolean read FIsPartOfIdentity write FIsPartOfIdentity; |
|
|
Generated by PasDoc 0.15.0.
|