RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.faAnyFile Constant

Specifies any file type.

Pascal
faAnyFile = $0000003F;
C++
faAnyFile = 0x0000003F;

SysUtils

faAnyFile is principally used by FindFirst to indicate that files of any type encountered sould be returned. Namely, all files. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!