Class TCatalogFilePath
Unit
idCatalog
Declaration
type TCatalogFilePath = class(TCatalogMedium)
Description
TCatalogFilePath
Hierarchy
Overview
Methods
Properties
 |
property FilePath: WideString read FFilePath write FFilePath; |
 |
property RootFilePath: WideString read FRootFilePath write FRootFilePath; |
 |
property PhotoCount: Integer read FPhotoCount write FPhotoCount; |
 |
property ParentGUID: String read FParentGUID write FParentGUID; |
 |
property FolderName: WideString read FFolderName write FFolderName; |
 |
property MediumGUID: String read FMediumGUID write FMediumGUID; |
 |
property SubPaths: TCatalogFilePaths read FSubPaths write FSubPaths; |
 |
property Hierarchical: Boolean read FHierarchical write FHierarchical; |
 |
property MediumLoaded: Boolean read GetMediumLoaded stored False; |
 |
property MediumReadOnly: Boolean read GetMediumReadOnly stored False; |
 |
property CaptionTitle: WideString read GetCaptionTitle stored False; |
 |
property PathState: TFilePathState read FPathState write FPathState; |
 |
property idSignatureDate: TDateTime read FidSignatureDate write FidSignatureDate; |
 |
property idIgnored: Boolean read FidIgnored write FidIgnored; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure FillFromDataSet (ADataSet: TDBXOMDataSet); override; |
|
|
 |
function RequestMedium: Boolean; |
|
open the dialog where a request if made to request the user to attach a medium
|
 |
function IsRoot: Boolean; |
|
|
 |
function ReferredFilePath: WideString; |
|
|
 |
procedure InitializeFromPath (APath: WideString); |
|
|
 |
procedure UpdateFileInfo; |
|
|
Properties
 |
property FilePath: WideString read FFilePath write FFilePath; |
|
|
 |
property RootFilePath: WideString read FRootFilePath write FRootFilePath; |
|
|
 |
property PhotoCount: Integer read FPhotoCount write FPhotoCount; |
|
|
 |
property ParentGUID: String read FParentGUID write FParentGUID; |
|
|
 |
property FolderName: WideString read FFolderName write FFolderName; |
|
|
 |
property MediumGUID: String read FMediumGUID write FMediumGUID; |
|
|
 |
property Hierarchical: Boolean read FHierarchical write FHierarchical; |
|
|
 |
property MediumLoaded: Boolean read GetMediumLoaded stored False; |
|
|
 |
property MediumReadOnly: Boolean read GetMediumReadOnly stored False; |
|
|
 |
property CaptionTitle: WideString read GetCaptionTitle stored False; |
|
|
 |
property idSignatureDate: TDateTime read FidSignatureDate write FidSignatureDate; |
|
|
 |
property idIgnored: Boolean read FidIgnored write FidIgnored; |
|
|
Generated by PasDoc 0.15.0.
|