FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelReportNoDB Class

A specialized TFlexCelReport without database support.

Pascal
TFlexCelReportNoDB = class(TCustomFlexCelReport);
C++
class TFlexCelReportNoDB : public TCustomFlexCelReport;

FlexCelReportNoDB is a "light" version of TFlexCelReport that doesn't use the DB unit, allowing you to have smaller exe files if your applications don't use databases at all. 

 

This component does not work with datasets, only with TFlxMemTable components. TFlexCelReport works with both of them. 

 

Use TFlexCelReportNoDB if you are not using databases at all on your application. If you have any reference to the DB unit, use TFlexCelReport instead, since there is no advantage on using this one.  

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!