Class TCatalogFilePath

Unit

Declaration

type TCatalogFilePath = class(TCatalogMedium)

Description

TCatalogFilePath

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;
Public procedure FillFromDataSet (ADataSet: TDBXOMDataSet); override;
Public function RequestMedium: Boolean;
Public function IsRoot: Boolean;
Public function IsSameMediumAs (APath: TCatalogFilePath): Boolean;
Public function ReferredFilePath: WideString;
Public procedure InitializeFromPath (APath: WideString);
Public procedure UpdateFileInfo;

Properties

Published property FilePath: WideString read FFilePath write FFilePath;
Published property RootFilePath: WideString read FRootFilePath write FRootFilePath;
Published property PhotoCount: Integer read FPhotoCount write FPhotoCount;
Published property ParentGUID: String read FParentGUID write FParentGUID;
Published property FolderName: WideString read FFolderName write FFolderName;
Published property MediumGUID: String read FMediumGUID write FMediumGUID;
Published property SubPaths: TCatalogFilePaths read FSubPaths write FSubPaths;
Published property Hierarchical: Boolean read FHierarchical write FHierarchical;
Published property MediumLoaded: Boolean read GetMediumLoaded stored False;
Published property MediumReadOnly: Boolean read GetMediumReadOnly stored False;
Published property CaptionTitle: WideString read GetCaptionTitle stored False;
Published property PathState: TFilePathState read FPathState write FPathState;
Published property idSignatureDate: TDateTime read FidSignatureDate write FidSignatureDate;
Published property idIgnored: Boolean read FidIgnored write FidIgnored;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 
Public procedure FillFromDataSet (ADataSet: TDBXOMDataSet); override;
 
Public function RequestMedium: Boolean;

open the dialog where a request if made to request the user to attach a medium

Public function IsRoot: Boolean;
 
Public function IsSameMediumAs (APath: TCatalogFilePath): Boolean;
 
Public function ReferredFilePath: WideString;
 
Public procedure InitializeFromPath (APath: WideString);
 
Public procedure UpdateFileInfo;
 

Properties

Published property FilePath: WideString read FFilePath write FFilePath;
 
Published property RootFilePath: WideString read FRootFilePath write FRootFilePath;
 
Published property PhotoCount: Integer read FPhotoCount write FPhotoCount;
 
Published property ParentGUID: String read FParentGUID write FParentGUID;
 
Published property FolderName: WideString read FFolderName write FFolderName;
 
Published property MediumGUID: String read FMediumGUID write FMediumGUID;
 
Published property SubPaths: TCatalogFilePaths read FSubPaths write FSubPaths;
 
Published property Hierarchical: Boolean read FHierarchical write FHierarchical;
 
Published property MediumLoaded: Boolean read GetMediumLoaded stored False;
 
Published property MediumReadOnly: Boolean read GetMediumReadOnly stored False;
 
Published property CaptionTitle: WideString read GetCaptionTitle stored False;
 
Published property PathState: TFilePathState read FPathState write FPathState;
 
Published property idSignatureDate: TDateTime read FidSignatureDate write FidSignatureDate;
 
Published property idIgnored: Boolean read FidIgnored write FidIgnored;
 

Generated by PasDoc 0.15.0.