mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 09:51:50 +02:00
* Fixed SetInsertSQL/SetDeleteSQL
git-svn-id: trunk@16295 -
This commit is contained in:
parent
b002c36e8b
commit
054d2b71a2
@ -1606,12 +1606,12 @@ end;
|
||||
|
||||
procedure TCustomSQLQuery.SetDeleteSQL(const AValue: TStringlist);
|
||||
begin
|
||||
FDeleteQry.Assign(AValue);
|
||||
FDeleteSQL.Assign(AValue);
|
||||
end;
|
||||
|
||||
procedure TCustomSQLQuery.SetInsertSQL(const AValue: TStringlist);
|
||||
begin
|
||||
FInsertQry.Assign(AValue);
|
||||
FInsertSQL.Assign(AValue);
|
||||
end;
|
||||
|
||||
Procedure TCustomSQLQuery.SetDataSource(AVAlue : TDatasource);
|
||||
|
Loading…
Reference in New Issue
Block a user