FMX.DateTimeCtrls.Types.TRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TRange<T> = record
    Min: T;
    Max: T;
  end;

C++

template<typename T> struct DECLSPEC_DRECORD TRange__1

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.DateTimeCtrls.Types.pas
FMX.DateTimeCtrls.Types.hpp
FMX.DateTimeCtrls.Types FMX.DateTimeCtrls.Types

Description

Embarcadero Technologies does not currently have any additional information.