|
DM API Online help | |
SQSetReadProgressFunc FunctionThe SQSetReadProgressFunc function provides a custom UI Reading Progress for data. Syntax void SQSetReadProgressFunc(
sq_bfii* ProgressFunc
);
Parameters ProgressFunc[in] A Function pointer that takes two integers and returns a boolean.Return Value The Function returns nothing. Remarks SQSetReadProgressFunc: Use SQSetReadProgressFunc to write your own UI to show the reading progress of data. Simply write a Progress Function that takes two integers the first will represent the number of rows read into the API data set, and the second integer represents the total number of rows in the file. Example See console example |
| Copyright © 1996 - 2007 AZMY Thinkware Inc. All rights reserved. |