{$DEFINE=TMS_FMX}

Do you have a define like {$DEFINE=TMS_FMX}, that we can use in our programs?

if yes, where is it and how can include it on our libraries?

Thanks!

Sorry. {$DEFINE TMS_FMX_PACKAGE} or similar.

Hi, 


The TMSDEFS.INC contains a FMXLIB define for the TMS Pack for FireMonkey but you need to include the TMSDEFS.INC in your unit, there is no global FMX define unfortunately