Data.DB.TNumericField.RangeError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RangeError(const Value, Min, Max: Extended);

C++

void __fastcall RangeError(const System::Extended Value, const System::Extended Min, const System::Extended Max);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TNumericField

Description

Raises a data range error exception.

The RangeError method raises an exception that indicates that the specified Value is not in the Min, Max range.

The Value, Min, and Max parameters are of Extended type.

See Also