TCollationMethod?

Login to reply to this topic.
Tue, 2005-07-19 16:56
Joined: 2005-06-13
Forum posts: 68
Anyone has experience with TCollationMethod?  How do you customize a method so that it's only case insensitive and nothing else?

Will that do the trick?

TCollationMethod m = *Mem::CollationMethodByIndex(0) ;
m.iFlags = TCollationMethod::EIgnoreNone ;

Thanks,

Nikolas.

If we fall down it's so we can learn to pick ourselves up.

  • Login to reply to this topic.