The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



OnChangeSetup


Unit:SDL_datatable
Class: TDataTable
Declaration: property OnChangeSetup: TNotifyEvent;

The OnChangeSetup event is triggered whenever the setup of the data table changes (i.e. the size of the data table is adjusted, the comment, the scaling type, or the nominal identifiers are changed).

In particular, changes of the following properties and calls to the following methods trigger an OnChangeSetup event:

properties: NominalID, MScaleType, and Comment
methods: AddNominalID, ClearNominalIDs, InsertRow, InsertColumn, RemoveColumn, RemoveRow, Clear, AssignAnotherDataMatrix, CopyContentsFrom, MirrorColumns, and MirrorRows


Last Update: 2023-Dec-14