IfNotInRange

<< Click to Display Table of Contents >>

Navigation:  Classes > EIWException > Methods >

IfNotInRange

SIGNATURE=IWException.EIWException.IfNotInRange@Integer@Integer@Integer@string

 

ETYPE=Method

 

Declaration:

Delphi:

public class procedure IfNotInRange(const AValue: Integer; const AMin: Integer; const AMax: Integer; const AMsg: string);

C++:

void public: __fastcall IfNotInRange(const int AValue, const int AMin, const int AMax, const String AMsg);

 

Description: This is IfNotInRange, a member of class EIWException.