[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dirwatch.pp line 201
type TDirWatch = class(TCustomDirwatch) |
public |
property Terminated: Boolean; |
published |
property Enabled: Boolean; |
property BaseDir: string; |
property OnChange: TWatchFileEventHandler; |
property Threaded: Boolean; |
property Watches: TWatchDirectoryEntries; |
property OnIdle: TNotifyEvent; |
property OnCheck: TNotifyCheckEvent; |
property CheckTimeOut: Cardinal; |
end; |
| |
| |
TObject |