Class TCatalogFilePaths

Unit

Declaration

type TCatalogFilePaths = class(TCatalogMediums)

Description

TCatalogFilePaths

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;
Public function FindPath ( APath: WideString): TCatalogFilePath;
Public function AddPath (const APath: WideString; const AHierachical: Boolean = False): TCatalogFilePath;
Public function FindFolder( AFolderName: WideString; const AMediumType: TMediumType; const AMediumName: WideString; const AMediumSerial: Integer): TCatalogFilePath;

Properties

Public property Tag: PtrInt read FTag write FTag;
Public property Items[Index:Integer]: TCatalogFilePath read GetItem write SetItem;

Description

Methods

Public procedure AfterConstruction; override;
 
Public function FindPath ( APath: WideString): TCatalogFilePath;
 
Public function AddPath (const APath: WideString; const AHierachical: Boolean = False): TCatalogFilePath;
 
Public function FindFolder( AFolderName: WideString; const AMediumType: TMediumType; const AMediumName: WideString; const AMediumSerial: Integer): TCatalogFilePath;
 

Properties

Public property Tag: PtrInt read FTag write FTag;
 
Public property Items[Index:Integer]: TCatalogFilePath read GetItem write SetItem;
 

Generated by PasDoc 0.15.0.