| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazfilecache.pas line 61
type TFileStateCache = class |
||
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
procedure Lock; |
|
|
procedure Unlock; |
|
|
function Locked; |
|
|
procedure IncreaseTimeStamp(); |
|
|
function FileExistsCached(); |
|
|
function DirPathExistsCached(); |
|
|
function DirectoryIsWritableCached(); |
|
|
function FileIsExecutableCached(); |
|
|
function FileIsReadableCached(); |
|
|
function FileIsWritableCached(); |
|
|
function FileIsTextCached(); |
|
|
function FileAgeCached(); |
|
|
function GetPhysicalFilenameCached(); |
||
function FindFile(); |
|
|
function Check(); |
|
|
procedure AddChangeTimeStampHandler(); |
|
|
procedure RemoveChangeTimeStampHandler(); |
|
|
function CalcMemSize; |
|
|
|
||
end; |
|
||
| | | ||
TObject |
| lazarus-ccr.sourceforge.net |