API:FMX.Controls3D.TRenderingCompare

From RAD Studio API Documentation
Jump to: navigation, search

System.Generics.Defaults.TComparerSystem.TInterfacedObjectSystem.TObjectTRenderingCompare

Delphi

TRenderingCompare = class(TComparer<TControl3D>)

C++

class PASCALIMPLEMENTATION TRenderingCompare : public System::Generics::Defaults::TComparer__1<TControl3D*>

Properties

Type Visibility Source Unit Parent
class public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D FMX.Controls3D

Description

TComparer is a generic base for classes that implement the IComparer interface.

FMX.Controls3D.TRenderingCompare inherits from System.Generics.Defaults.TComparer. All content below this line refers to System.Generics.Defaults.TComparer.

TComparer is a generic base for classes that implement the IComparer interface.

TComparer is an abstract base class for IComparer implementations and a provider of default IComparer implementations.

Use TComparer as a base for custom comparer classes. The Compare method is abstract and must be implemented in descendant classes.

TComparer also provides the possibility to create a default comparer for a given data type.

See Also

Code Examples