In Delphi how does the OnIncludeItem event work on TOpenDialog? -
i've been playing around topendialog in delphi xe2, , haven't been able work out how make onincludeitem event work. want able show files based on file name (or file size etc). has used event successfully?
topendialog encapsulation of windows common dialog component. onincludeitem event encapsulation of cdn_includeitem notification mechanism. the documentation notification explains items have sfgao_filesystem , sfgao_filesysancestor flags set included, irrespective of return cdn_includeitem notification message (or event, in delphi).
further, the documentation these sfgao attributes further suggests me cdn_includeitem mechanism never intended used filter file system items rather exclude things not part of file system.
this confirmed in another answer different question.
Comments
Post a Comment