Is it possible to obtain the version of TChart VCL at run time using Delphi ?
The behavior of HozirBar series CustomBarHeight has changed from 7.06 to 7.07 and I'd like to execute different code depending under which version I happen to have compiled the component.
Steve
Obtain version of TChart at run time ?
Hi Steve,
yes, you can do :
yes, you can do :
Code: Select all
uses TeeConst;
procedure TForm1.BitBtn1Click(Sender: TObject);
begin
showmessage(TeeChartVersion);
showmessage(TeeVCLMinorVersion);
end;
Pep Jorge
http://support.steema.com
http://support.steema.com