Source position: pasresolveeval.pas line 780
public procedure TResExprEvaluator.EmitRangeCheckConst( |
id: TMaxPrecInt; |
const aValue: string; |
const MinVal: string; |
const MaxVal: string; |
PosEl: TPasElement; |
MsgType: TMessageType = mtWarning |
); virtual; |
id: TMaxPrecInt; |
const aValue: string; |
MinVal: TMaxPrecInt; |
MaxVal: TMaxPrecInt; |
PosEl: TPasElement; |
MsgType: TMessageType = mtWarning |
); |