System.Rtti.TRttiFloatType

From RAD Studio API Documentation
Jump to: navigation, search

System.Rtti.TRttiTypeSystem.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObjectTRttiFloatType

Delphi

TRttiFloatType = class(TRttiType)

C++

class PASCALIMPLEMENTATION TRttiFloatType : public TRttiType

Properties

Type Visibility Source Unit Parent
class public
System.Rtti.pas
System.Rtti.hpp
System.Rtti System.Rtti

Description

TRttiFloatType is the RTTI class used to reflect a floating-point type.

TRttiFloatType is the class used to describe all Delphi floating-point value types, such as Single, Real, Double, and so on.

TRttiFloatType only exposes a property that allows obtaining the exact floating-point type.

Do not create instances of TRttiFloatType or its descendants directly. Use a TRttiContext instance to work with RTTI objects.

See Also