Setting DefaultRegionState

Add-in Express™ Support Service
That's what is more important than anything else

Setting DefaultRegionState
Cannot set DefaultRegionState on FormManager item 
Darren Blee




Posts: 2
Joined: 2011-09-14
I am using Delphi XE and the ADX Form Manager on Outlook 2010.
I am relatively new to the product having only purchase it yesterday.

However, the statement:
adxOlFormsManager1.Items[0].DefaultRegionState := rsNomal;

Cannot resolve rsNormal as I expected.

It errors with:
[DCC Error] testhome_IMPL.pas(91): E2010 Incompatible types: 'TadxRegionState' and 'TadxRibbonXItemSize'
Posted 14 Sep, 2011 07:19:31 Top
Andrei Smolin


Add-in Express team


Posts: 18794
Joined: 2006-05-11
Hi Darren,

Thank you for choosing Add-in Express.

Try this:

adxOlFormsManager1.Items[0].DefaultRegionState := TadxRegionState.rsNomal;

Does it help?


Andrei Smolin
Add-in Express Team Leader
Posted 14 Sep, 2011 07:51:14 Top
Darren Blee




Posts: 2
Joined: 2011-09-14
Of course! I will try that now.
Posted 18 Sep, 2011 22:54:17 Top