System.Tether.AppProfile.TCustomLocalItem.NotifyUpdates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NotifyUpdates: Boolean read FNotifyUpdates write FNotifyUpdates;

C++

__property bool NotifyUpdates = {read=FNotifyUpdates, write=FNotifyUpdates, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TCustomLocalItem

Description

Specifies whether the local item should announce changes automatically (True) or not (False).

See Also