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

filedialog

Declaration

Source position: msefiledialog.pas line 548

function filedialog(

  var afilenames: filenamearty;

  const aoptions: filedialogoptionsty;

  const acaption: msestring;

  const filterdesc: array of msestring;

  const filtermask: array of msestring;

  const adefaultext: filenamety = '';

  const filterindex: pinteger = Nil;

  const filter: pfilenamety = Nil;

  const colwidth: pinteger = Nil;

  const includeattrib: fileattributesty = [fa_all];

  const excludeattrib: fileattributesty = [fa_hidden];

  const history: pmsestringarty = Nil;

  const historymaxcount: Integer = defaulthistorymaxcount;

  const imagelist: timagelist = Nil;

  const ongetfileicon: getfileiconeventty = Nil;

  const oncheckfile: checkfileeventty = Nil

):modalresultty; overload;

function filedialog(

  var afilename: filenamety;

  const aoptions: filedialogoptionsty;

  const acaption: msestring;

  const filterdesc: array of msestring;

  const filtermask: array of msestring;

  const adefaultext: filenamety = '';

  const filterindex: pinteger = Nil;

  const filter: pfilenamety = Nil;

  const colwidth: pinteger = Nil;

  const includeattrib: fileattributesty = [fa_all];

  const excludeattrib: fileattributesty = [fa_hidden];

  const history: pmsestringarty = Nil;

  const historymaxcount: Integer = defaulthistorymaxcount;

  const imagelist: timagelist = Nil;

  const ongetfileicon: getfileiconeventty = Nil;

  const oncheckfile: checkfileeventty = Nil

):modalresultty; overload;


Documentation generated on: 2021-05-13