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

tfiledialogcontroller.execute

Declaration

Source position: msefiledialog.pas line 191

public function tfiledialogcontroller.execute(

  dialogkind: filedialogkindty = fdk_none

):modalresultty; overload;

function tfiledialogcontroller.execute(

  dialogkind: filedialogkindty;

  const acaption: msestring;

  aoptions: filedialogoptionsty

):modalresultty; overload;

function tfiledialogcontroller.execute(

  const dialogkind: filedialogkindty;

  const acaption: msestring

):modalresultty; overload;

function tfiledialogcontroller.execute(

  const dialogkind: filedialogkindty;

  const aoptions: filedialogoptionsty

):modalresultty; overload;

function tfiledialogcontroller.execute(

  var avalue: filenamety;

  dialogkind: filedialogkindty = fdk_none

):Boolean; overload;

function tfiledialogcontroller.execute(

  var avalue: filenamety;

  const dialogkind: filedialogkindty;

  const acaption: msestring

):Boolean; overload;

function tfiledialogcontroller.execute(

  var avalue: filenamety;

  const dialogkind: filedialogkindty;

  const acaption: msestring;

  aoptions: filedialogoptionsty

):Boolean; overload;


Documentation generated on: 2021-05-13