[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'msebufdataset' (#msegui)

tmsebufdataset.refreshrecord

Declaration

Source position: msebufdataset.pas line 1201

public function tmsebufdataset.refreshrecord(

  const akeyfield: array of tfield;

  const keyindex: Integer = 0;

  const acancelupdate: Boolean = True;

  const restorerecno: Boolean = True;

  const noinsert: Boolean = False

):bookmarkdataty; overload;

function tmsebufdataset.refreshrecord(

  const sourcedatasets: array of tdataset;

  const akeyvalue: array of variant;

  const keyindex: Integer = 0;

  const acancelupdate: Boolean = True;

  const restorerecno: Boolean = True;

  const noinsert: Boolean = False

):bookmarkdataty; overload;

function tmsebufdataset.refreshrecord(

  const asourcefields: array of tfield;

  const akeyfield: array of tfield;

  const keyindex: Integer = 0;

  const acancelupdate: Boolean = True;

  const restorerecno: Boolean = True;

  const noinsert: Boolean = False

):bookmarkdataty; overload;

function tmsebufdataset.refreshrecord(

  const asourcefields: array of tfield;

  const adestfields: array of tfield;

  const akeyfield: array of tfield;

  const keyindex: Integer = 0;

  const acancelupdate: Boolean = True;

  const restorerecno: Boolean = True;

  const noinsert: Boolean = False

):bookmarkdataty; overload;

function tmsebufdataset.refreshrecord(

  const asourcefields: array of tfield;

  const adestfields: array of tfield;

  const akeyvalue: array of variant;

  const keyindex: Integer = 0;

  const acancelupdate: Boolean = True;

  const restorerecno: Boolean = True;

  const noinsert: Boolean = False

):bookmarkdataty; overload;

function tmsebufdataset.refreshrecord(

  const asourcevalues: array of variant;

  const adestfields: array of tfield;

  const akeyvalue: array of variant;

  const keyindex: Integer = 0;

  const acancelupdate: Boolean = True;

  const restorerecno: Boolean = True;

  const noinsert: Boolean = False

):bookmarkdataty; overload;


Documentation generated on: 2021-05-13