System.Rtti.TRttiInt64Type

From RAD Studio API Documentation
Jump to: navigation, search

System.Rtti.TRttiTypeSystem.Rtti.TRttiNamedObjectSystem.Rtti.TRttiObjectSystem.TObjectTRttiInt64Type

Delphi

TRttiInt64Type = class(TRttiType)

C++

class PASCALIMPLEMENTATION TRttiInt64Type : public TRttiType

Properties

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

Description

TRttiInt64Type is the RTTI class used to reflect the Int64 and UInt64 types.

TRttiInt64Type is the class used to describe the Int64 and UInt64 types.

TRttiInt64Type exposes properties that permit obtaining the minimum and the maximum value allowed to be assigned to the variables of the reflected type.

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

See Also