Class TRenameSettings
Unit
idCore
Declaration
type TRenameSettings = class(TIDIObject)
Description
TRenameSettings
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
function Parse (const AFileName: WideString; AOptions: TOptions): WideString; overload; |
|
|
 |
function HandleCase (const AFileName: WideString): WideString; |
|
|
 |
function HandleInvalidCharacters (const AFileName: WideString): WideString; |
|
|
 |
function LoadMaskFromFile (const AFileName: WideString): Boolean; |
|
|
 |
procedure Assign (ASource: TObject); override; |
|
|
Properties
 |
property CustomScriptObjects: TCustomScriptObjects read FCustomObjects write FCustomObjects; |
|
|
 |
property Mask: WideString read FMask write FMask; |
|
|
 |
property Unique: Boolean read FUnique write FUnique; |
|
|
 |
property ReplaceInvalids: Boolean read FReplaceInvalids write FReplaceInvalids; |
|
|
 |
property NumberOffset: Integer read FNumberOffset write SetNumberOffset; |
|
|
 |
property NumberLength: Integer read FNumberLength write FNumberLength; |
|
|
 |
property SampleIndex: Integer read FSampleIndex write FSampleIndex; |
|
|
 |
property SampleLength: Integer read FSampleLength write FSampleLength; |
|
bvz: added
|
 |
property CaseSetting: TCaseSetting read FCaseSetting write FCaseSetting; |
|
bvz: added
|
 |
property InvalidCharReplacement: WideString read FInvalidCharReplacement write FInvalidCharReplacement; |
|
|
 |
property RenameVersions: Boolean read FRenameVersions write FRenameVersions; |
|
|
Generated by PasDoc 0.15.0.
|