delphidelphi-2010fibplus

What Does ".closeopen" method of TFIBDataset Component Do?


I am using FIB Plus components with Delphi 2010, just would like to know what closeopen(true) does. I tried googling but didn't get info on it.

FIBDataSet.closeopen(true);

Solution

  • procedure CloseOpen(const DoFetchAll:boolean); This method reopen TpFIBDataSet. DoFetchAll parameter specifies whether to do a full fetch of data.

    This quote is from russian version of document "FIbPlus 6.4 Appendix.PDF " Unfortunately I can not find a link to the English version of the document;