FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TXlsTemplateStore.CaseInsensitive Property

Set this property to false if you want to match the filenames without case.

Pascal
property CaseInsensitive: boolean;
C++
__property boolean CaseInsensitive;

If this proeprty is true and you have a file stored as "TEMPL.XLS", then specifying the filename "templ.xls" will find the file anyway. 

If you ever plan to run your reports in Linux or other case sensitive systems, it is recommended that you leave this property true, since you can use case sensitive filenames in case insensitive file systems, but not the other way around.

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