Description | Hierarchy | Fields | Methods | Properties |
type TSqlitePassTranslator = class(TObject)
![]() |
Constructor Create(Owner: TSqlitePassDatabase); |
![]() |
Destructor Destroy; override; |
![]() |
function DateTimeToStr(Value: TDateTime): String; |
![]() |
function DateToStr(Value: TDateTime): String; |
![]() |
function TimeToStr(Value: TDateTime): String; |
![]() |
Constructor Create(Owner: TSqlitePassDatabase); |
— Constructor / Destructor — |
![]() |
Destructor Destroy; override; |
![]() |
function DateTimeToStr(Value: TDateTime): String; |
Returns a DateTime String based on TSqlitePassDatabaseDataTypeOptions.DateTimeFormat |
![]() |
function DateToStr(Value: TDateTime): String; |
Returns a Date String based on TSqlitePassDatabaseDataTypeOptions.DateFormat |
![]() |
function TimeToStr(Value: TDateTime): String; |
Returns a Time String based on TSqlitePassDatabaseDataTypeOptions.TimeFormat |