SDAC

TMSLoader.OnGetColumnData Event

Occurs when putting column values.

Class

TMSLoader

Syntax

property OnGetColumnData: TMSGetColumnDataEvent;

Remarks

Write the OnGetColumnData event handler to put column values. TMSLoader calls the OnGetColumnData event handler for each column in the loop. Column points to a TMSLoader object that corresponds to the current loading column. Use its Name or Index property to identify what column is loading. The Row parameter indicates the current loading record. TMSLoader increments the Row parameter when all columns of the current record are loaded. The first row is 1. Set IsEOF to True to stop data loading. Fill the Value parameter by column values. To start loading call the TDALoader.Load method.

Another way to load data is using the OnPutData event.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback