API:System.Rtti.TRttiFloatType

From RAD Studio API Documentation

TRttiFloatTypeSystem.Rtti.TRttiTypeSystem.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObject

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

TRttiType is the base class for all the RTTI objects that reflect types. {{#multireplace:System.Rtti.TRttiFloatType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Rtti.TRttiType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Rtti.TRttiType|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

TRttiType is the base class for all the RTTI objects that reflect types.

TRttiType is the class used as base for all the RTTI classes that reflect types. TRttiType defines a set of common traits that are true for all types in a Delphi application.

TRttiType exposes a set of methods that ease the queries made on type information, that were usually performed using the TTypeInfo structure.

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

See Also

Code Examples