[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: msebufdataset.pas line 657
type bufdatasetoptionsty = set of ( |
bdo_postsavepoint, |
bdo_deletesavepoint, |
bdo_cancelupdateonerror, |
bdo_cancelupdatesonerror, |
bdo_cancelupdateondeleteerror, |
bdo_editonapplyerror, |
bdo_restoreupdateonsavepointrollback, |
bdo_rollbackonupdateerror, |
bdo_noapply, |
bdo_autoapply, |
bdo_autoapplyexceptions, |
bdo_autocommitret, |
bdo_autocommit, |
bdo_refreshafterapply, |
bdo_recnoapplyrefresh, |
bdo_refreshtransaction, |
bdo_notransactionrefresh, |
bdo_recnotransactionrefresh, |
bdo_checkbrowsemodebylookupchange, |
bdo_noprepare, |
bdo_cacheblobs, |
bdo_offline, |
bdo_local |
); |