Create non-exclusive Index

Hi, again

...
  [UniqueKey('UserEmail')]
//  [????????('UserEmail')]
  [Sequence('Id_UserX')]
  [Id('FId', TIdGenerator.IdentityOrSequence)]
  TUserX = class
....

How to create a non-exclusive Index?

There is no such option yet, this is a feature that will be implemented very soon.