OnDataTableChangedEvent

Overview

This is a FUTURE topic
<span style="color:#c0c0c0">Information provided on this page is based on a possible future version of the product, and may be subject to change or removal before it ships.</span>

This interface isn't implemented on server-side yet!

OnDataTableChangedEvent can be used for implementing automatic distributing changes made on the server among all its clients.

Client can subscribe the data change notification and receive the table name and the delta with changes from the server side and merge it with local tables in order to have the latest changes.

Location


Properties


aDelta

 

property aDelta: array of SByte read write;

 

SByte[] aDelta { __get; __set; }

aTableName

 

property aTableName: String read write;

 

String aTableName { __get; __set; }

Instance Methods


constructor    (declared in EventType)

Default constructor.

 

constructor

 

OnDataTableChangedEvent()