Difference between revisions of "Midware TMWTable.OnDisplayInfo"

From Overbyte
Jump to navigation Jump to search
(No difference)

Revision as of 08:55, 7 May 2011

Main page -> Midware component reference -> TMWTable -> OnDisplayInfo

Definition

proporty OnDisplayInfo:TDataSetNotifyEvent;

Description

Occurs when TMWTable wants to display debugging informations.

This is used for debugging purpose and should normally not be used in an application. The event handler should display string message somehow on the user interface or log it to some file.