Description | Hierarchy | Fields | Methods | Properties |
type TSqlitePassParam = class(TObject)
Param
![]() |
Constructor Create(Owner: TSqlitePassParams); |
![]() |
Destructor Destroy; override; |
![]() |
procedure Assign(Const Source: TSqlitePassParam); |
![]() |
procedure BindValue; |
![]() |
property Bound: Boolean read FBound write FBound; |
![]() |
property DataType: TFieldType read FDataType write SetFDataType; |
![]() |
property IsNull: Boolean read FIsNull write FIsNull; |
![]() |
property Name: String read FName write SetFName; |
![]() |
property ParamIndex: Integer read FParamIndex write FParamIndex; |
![]() |
property Value: String read FTextValue write SetFValue; |
![]() |
Constructor Create(Owner: TSqlitePassParams); |
—– Constructor / Destructor —– |
![]() |
Destructor Destroy; override; |
![]() |
procedure Assign(Const Source: TSqlitePassParam); |
—– Procedure —– |
![]() |
procedure BindValue; |
TODO procedure AssignField(Field: TField); TODO procedure AssignFieldValue(Field: TField; const Value: String); TODO procedure Clear; |
![]() |
property Bound: Boolean read FBound write FBound; |
![]() |
property DataType: TFieldType read FDataType write SetFDataType; |
![]() |
property IsNull: Boolean read FIsNull write FIsNull; |
![]() |
property Name: String read FName write SetFName; |
![]() |
property ParamIndex: Integer read FParamIndex write FParamIndex; |
![]() |
property Value: String read FTextValue write SetFValue; |