[Overview][Types][Classes][Procedures and functions][Index] |
TFileType - set of file attributes
Source position: filectrl.pp line 48
type TFileType = set of ( |
||
ftReadOnly, |
|
|
ftHidden, |
|
|
ftSystem, |
|
|
ftVolumeID, |
|
|
ftDirectory, |
|
|
ftArchive, |
|
|
ftNormal |
|
|
); |
lazarus-ccr.sourceforge.net |