RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Generics.Defaults.TDefaultGenericInterface Enumeration

TDefaultGenericInterface is used internally.

Pascal
TDefaultGenericInterface = (
  giComparer,
  giEqualityComparer
);
C++
enum TDefaultGenericInterface {
  giComparer,
  giEqualityComparer
};

TDefaultGenericInterface type is used internally and should not be used in any application. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!