JVCL Help:TJvChangeAction

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

The type for change actions.

run\JvChangeNotify.pas


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.

run\JvChangeNotify.pas


Description

TJvChangeAction is an enumeration describing the possible values of change notifications.

run\JvChangeNotify.pas


About

Navigation

no pages or subcategories

run\JvChangeNotify.pas



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