Class tfilechangenotifyer

Unit

Declaration

type tfilechangenotifyer = class(tactcomponent)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure loaded; override;
Protected procedure receiveevent(const event: tobjectevent); override;
Public destructor destroy; override;
Public procedure addnotification(const filename: filenamety; const atag: integer = 0; const force: boolean = false);
Public procedure removenotification(const filename: filenamety; atag: integer = 0);
Public procedure clear;

Properties

Published property onfilechanged: filechangedeventty read fonfilechanged write fonfilechanged;
Published property path: filenamety read fpath write setpath;
Published property eventtag: integer read feventtag write seteventtag default 0;

Description

Methods

Protected procedure loaded; override;

This item has no description.

Protected procedure receiveevent(const event: tobjectevent); override;

This item has no description.

Public destructor destroy; override;

This item has no description.

Public procedure addnotification(const filename: filenamety; const atag: integer = 0; const force: boolean = false);

This item has no description.

Public procedure removenotification(const filename: filenamety; atag: integer = 0);

This item has no description.

Public procedure clear;

This item has no description.

Properties

Published property onfilechanged: filechangedeventty read fonfilechanged write fonfilechanged;

This item has no description.

Published property path: filenamety read fpath write setpath;

This item has no description.

Published property eventtag: integer read feventtag write seteventtag default 0;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.