Home
last modified time | relevance | path

Searched refs:dsEdit (Results 1 – 25 of 30) sorted by relevance

12

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dbwrappers/
H A Ddataset.cpp286 ds_state = dsEdit; in edit()
292 else if (ds_state == dsEdit) make_edit(); in post()
311 if ((ds_state == dsInsert) || (ds_state == dsEdit)) { in set_field_value()
357 if (ds_state == dsEdit || ds_state == dsInsert){ in get_field_value()
389 if (ds_state == dsEdit || ds_state == dsInsert){ in get_field_value()
H A Ddataset.h165 enum dsStates { dsSelect, dsInsert, dsEdit, dsUpdate, dsDelete, dsInactive }; enumerator
H A Dsqlitedataset.cpp899 if ((ds_state == dsInsert) || (ds_state==dsEdit)) { in cancel()
H A Dmysqldataset.cpp1738 if ((ds_state == dsInsert) || (ds_state==dsEdit)) in cancel()
/dports/editors/lazarus/examples/database/image_mushrooms/
H A Dunit1.pas260 WasEditing := (SQLQuery1.State = dsEdit);
/dports/editors/lazarus-devel/examples/database/image_mushrooms/
H A Dunit1.pas260 WasEditing := (SQLQuery1.State = dsEdit);
/dports/editors/lazarus-qt5/examples/database/image_mushrooms/
H A Dunit1.pas260 WasEditing := (SQLQuery1.State = dsEdit);
/dports/editors/lazarus-qt5-devel/examples/database/image_mushrooms/
H A Dunit1.pas260 WasEditing := (SQLQuery1.State = dsEdit);
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/memds/
H A Dmemds.pp437 if not (State in [dsEdit, dsInsert, dsFilter, dsCalcFields]) then
500 dsEdit,
814 if not (State in [dsEdit, dsInsert]) then
817 if (State=dsEdit) then
909 if State in [dsEdit, dsInsert, dsNewValue] then
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/memds/
H A Dmemds.pp437 if not (State in [dsEdit, dsInsert, dsFilter, dsCalcFields]) then
500 dsEdit,
814 if not (State in [dsEdit, dsInsert]) then
817 if (State=dsEdit) then
909 if State in [dsEdit, dsInsert, dsNewValue] then
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/sqlite/
H A Dcustomsqliteds.pas552 if not (State in [dsEdit, dsInsert, dsCalcFields]) then
1070 if State <> dsEdit then
1410 if not (State in [dsEdit, dsInsert, dsCalcFields]) then
1415 if State in [dsEdit, dsInsert] then
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/sqlite/
H A Dcustomsqliteds.pas552 if not (State in [dsEdit, dsInsert, dsCalcFields]) then
1070 if State <> dsEdit then
1410 if not (State in [dsEdit, dsInsert, dsCalcFields]) then
1415 if State in [dsEdit, dsInsert] then
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/paradox/
H A Dparadox.pp332 dsEdit,
579 if ((State<>dsEdit) and (State<>dsInsert)) then
581 if (State=dsEdit) then
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/paradox/
H A Dparadox.pp332 dsEdit,
579 if ((State<>dsEdit) and (State<>dsInsert)) then
581 if (State=dsEdit) then
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/dbase/
H A Ddbf.pas814 if State in [dsEdit, dsInsert, dsNewValue] then
1027 SetState(dsEdit);
1439 if State = dsEdit then
2074 if not (State in [dsEdit, dsInsert]) then
2741 if State <> dsEdit then
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/dbase/
H A Ddbf.pas814 if State in [dsEdit, dsInsert, dsNewValue] then
1027 SetState(dsEdit);
1439 if State = dsEdit then
2074 if not (State in [dsEdit, dsInsert]) then
2741 if State <> dsEdit then
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/base/
H A Ddataset.inc135 Const BookmarkStates = [dsBrowse,dsEdit,dsInsert];
1488 If State in [dsEdit,dsInsert] then
1520 dsEdit,dsInsert: begin
1726 If State in [dsEdit,dsInsert] then exit;
1738 SetState(dsEdit);
2082 if State in [dsEdit,dsInsert] then
H A Ddb.pas49 TDataSetState = (dsInactive, dsBrowse, dsEdit, dsInsert, dsSetKey,
2238 dsEditModes = [dsEdit, dsInsert, dsSetKey];
2239 dsWriteModes = [dsEdit, dsInsert, dsSetKey, dsCalcFields, dsFilter,
H A Dbufdataset.pas2659 if State in [dsEdit, dsInsert, dsNewValue] then
3023 if State = dsEdit then
3352 if not (State in [dsEdit, dsInsert, dsFilter, dsCalcFields]) then
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/base/
H A Ddataset.inc135 Const BookmarkStates = [dsBrowse,dsEdit,dsInsert];
1488 If State in [dsEdit,dsInsert] then
1520 dsEdit,dsInsert: begin
1726 If State in [dsEdit,dsInsert] then exit;
1738 SetState(dsEdit);
2082 if State in [dsEdit,dsInsert] then
H A Ddb.pas49 TDataSetState = (dsInactive, dsBrowse, dsEdit, dsInsert, dsSetKey,
2238 dsEditModes = [dsEdit, dsInsert, dsSetKey];
2239 dsWriteModes = [dsEdit, dsInsert, dsSetKey, dsCalcFields, dsFilter,
H A Dbufdataset.pas2659 if State in [dsEdit, dsInsert, dsNewValue] then
3023 if State = dsEdit then
3352 if not (State in [dsEdit, dsInsert, dsFilter, dsCalcFields]) then
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/sdf/
H A Dsdfdata.pp740 if State in [dsEdit, dsInsert, dsNewValue] then
790 if (State = dsEdit) then // just update the data in the string list
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/sdf/
H A Dsdfdata.pp740 if State in [dsEdit, dsInsert, dsNewValue] then
790 if (State = dsEdit) then // just update the data in the string list
/dports/editors/lazarus/lazarus/lcl/
H A Ddbgrids.pas1021 DebugLn(['Editing=', dsEdit = aDataSet.State]);
3467 dsEdit:

12