[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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; |
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; |