JVCL Help:TJvChangeAction
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvChangeAction type
Search in JVCL Help
Search in all projectsSummary
The type for change actions.
Pascal
run\JvChangeNotify.pas
TJvChangeAction = (
caChangeFileName,
caChangeDirName,
caChangeAttributes,
caChangeSize,
caChangeLastWrite,
caChangeSecurity
);
TJvChangeActions = setof TJvChangeAction;
Members
Members | Description |
caChangeFileName | Send notification when a filename changes. |
caChangeDirName | Send notification when a directory changes. |
caChangeAttributes | Send notification when the attributes of a file or directory changes. |
caChangeSize | Send notification when the size of a file or directory changes. |
caChangeLastWrite | Send notification when the last write time of a file changes. |
caChangeSecurity | Send notification when the security attributes of a file or directory changes. |
Description
TJvChangeAction is an enumeration describing the possible values of change notifications.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page