Description | Hierarchy | Fields | Methods | Properties |
type TSqlitePassDatabaseVersionInfo = class(TPersistent)
TVersionInfo
![]() |
constructor Create(Database: TSqlitePassDatabase); |
![]() |
destructor Destroy; override; |
![]() |
property Component : String Read FComponent Write SetFComponent; |
![]() |
property Package : String Read FPackage Write SetFPackage; |
![]() |
property Schema : Integer Read GetFDbSchema Write SetFDbSchema; |
![]() |
property SqliteLibrary : String Read GetFSqliteLibrary Write SetFSqliteLibrary; |
![]() |
property SqliteLibraryNumber : Integer Read GetFSqliteLibraryNumber Write SetFSqliteLibraryNumber; |
![]() |
property SqliteSourceId : String Read GetFSqliteLibrarySourceId Write SetFSqliteLibrarySourceId; |
![]() |
property UserTag : Integer Read GetFUserTag Write SetFUserTag; |
![]() |
constructor Create(Database: TSqlitePassDatabase); |
![]() |
destructor Destroy; override; |
![]() |
property Component : String Read FComponent Write SetFComponent; |
This property returns the SqlitePass Database |
![]() |
property Package : String Read FPackage Write SetFPackage; |
This property returns the SqlitePass database version |
![]() |
property Schema : Integer Read GetFDbSchema Write SetFDbSchema; |
This property returns the internal database |
![]() |
property SqliteLibrary : String Read GetFSqliteLibrary Write SetFSqliteLibrary; |
This property returns the current sqlite library version used by the components (sqlitepass3.dll, sqlitepass3.so or an alternative library. See also
|
![]() |
property SqliteLibraryNumber : Integer Read GetFSqliteLibraryNumber Write SetFSqliteLibraryNumber; |
This property returns the current sqlite library version number used by the components (sqlitepass3.dll, sqlitepass3.so or an alternative library. See also
|
![]() |
property SqliteSourceId : String Read GetFSqliteLibrarySourceId Write SetFSqliteLibrarySourceId; |
This property returns the current sqlite library Source Id number used by the components (sqlitepass3.dll, sqlitepass3.so or an alternative library. See also
|
![]() |
property UserTag : Integer Read GetFUserTag Write SetFUserTag; |
This property returns the internal |