Osztály TPersistentStorage
Egység
Deklaráció
type TPersistentStorage = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TPersistentStorage
Áttekintés
Metódusok
![]() |
procedure SetupConnection(AConnectionName: string; ATableName: string); |
![]() |
procedure SetValue(AKey: string; AValue: Variant); |
![]() |
procedure SetValueAsInteger(AKey: string; AValue: LongInt); |
![]() |
procedure SetValueAsDouble(AKey: string; AValue: Extended); |
![]() |
procedure SetValueAsBoolean(AKey: string; AValue: Boolean); |
![]() |
procedure SetValueAsChar(AKey: string; AValue: Char); |
![]() |
procedure SetValueAsDateTime(AKey: string; AValue: TDateTime); |
![]() |
function GetValue(AKey: string): string; |
![]() |
function GetValueAsInteger(AKey: string): LongInt; |
![]() |
function GetValueAsDouble(AKey: string): Extended; |
![]() |
function GetValueAsBoolean(AKey: string): Boolean; |
![]() |
function GetValueAsChar(AKey: string): Char; |
![]() |
function GetValueAsDateTime(AKey: string): TDateTime; |
![]() |
procedure SetData(AKey: string; AData: AnsiString); |
![]() |
procedure SetDataFromStream(AKey: string; AStream: TStream); |
![]() |
function GetData(AKey: string): AnsiString; |
![]() |
function GetDataAsStream(AKey: string): TMemoryStream; |
Tulajdonságok
![]() |
property Values[param1: string]: string; |
![]() |
property AsInteger[param1: string]: LongInt; |
![]() |
property AsDouble[param1: string]: Extended; |
![]() |
property AsBoolean[param1: string]: Boolean; |
![]() |
property AsChar[param1: string]: Char; |
![]() |
property AsDateTime[param1: string]: TDateTime; |
Megjegyzés
Metódusok
![]() |
procedure SetupConnection(AConnectionName: string; ATableName: string); |
|
This item has no description. | |
![]() |
procedure SetValue(AKey: string; AValue: Variant); |
|
This item has no description. | |
![]() |
procedure SetValueAsInteger(AKey: string; AValue: LongInt); |
|
This item has no description. | |
![]() |
procedure SetValueAsDouble(AKey: string; AValue: Extended); |
|
This item has no description. | |
![]() |
procedure SetValueAsBoolean(AKey: string; AValue: Boolean); |
|
This item has no description. | |
![]() |
procedure SetValueAsChar(AKey: string; AValue: Char); |
|
This item has no description. | |
![]() |
procedure SetValueAsDateTime(AKey: string; AValue: TDateTime); |
|
This item has no description. | |
![]() |
function GetValue(AKey: string): string; |
|
This item has no description. | |
![]() |
function GetValueAsInteger(AKey: string): LongInt; |
|
This item has no description. | |
![]() |
function GetValueAsDouble(AKey: string): Extended; |
|
This item has no description. | |
![]() |
function GetValueAsBoolean(AKey: string): Boolean; |
|
This item has no description. | |
![]() |
function GetValueAsChar(AKey: string): Char; |
|
This item has no description. | |
![]() |
function GetValueAsDateTime(AKey: string): TDateTime; |
|
This item has no description. | |
![]() |
procedure SetData(AKey: string; AData: AnsiString); |
|
This item has no description. | |
![]() |
procedure SetDataFromStream(AKey: string; AStream: TStream); |
|
This item has no description. | |
![]() |
function GetData(AKey: string): AnsiString; |
|
This item has no description. | |
![]() |
function GetDataAsStream(AKey: string): TMemoryStream; |
|
This item has no description. | |
Tulajdonságok
![]() |
property Values[param1: string]: string; |
|
This item has no description. | |
![]() |
property AsInteger[param1: string]: LongInt; |
|
This item has no description. | |
![]() |
property AsDouble[param1: string]: Extended; |
|
This item has no description. | |
![]() |
property AsBoolean[param1: string]: Boolean; |
|
This item has no description. | |
![]() |
property AsChar[param1: string]: Char; |
|
This item has no description. | |
![]() |
property AsDateTime[param1: string]: TDateTime; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
