[Overview][Types][Classes][Procedures and functions][Index] |
TFileAttr - enumerated type listing file attributes for a file list box
Source position: filectrl.pp line 45
type TFileAttr = ( |
||
ftReadOnly, |
|
|
ftHidden, |
|
|
ftSystem, |
|
|
ftVolumeID, |
|
|
ftDirectory, |
|
|
ftArchive, |
|
|
ftNormal |
|
|
); |
lazarus-ccr.sourceforge.net |