Hi,
Indeed in FlexCel dll it was not included, that was an oversight. We've added a new constant FlexCelDllVersion, which will be available in the next release.
As a workaround until we release it, you could use this code:
function GetFlexCelDllVersion: string;
const
{$include <path_to_FlexCel_source_install>\FlexCeldllVersion.inc}
begin
Result := FlexCelDllVersion;
end;
For the next version, FlexCelDllVersion will be a constant available in VCL_FlexCel_Core