Class TBrookCustomConstraint
Unit
BrookConstraints
Declaration
type TBrookCustomConstraint = class(TBrookObject)
Description
Offers general features for constraint handling.
Hierarchy
Overview
Methods
|
procedure Error(const AMsg: string); overload; |
|
procedure Error(const AMsg: string; const AArgs: array of const); overload; |
|
procedure Stop(const AMsg: string); overload; |
|
procedure Stop(const AMsg: string; const AArgs: array of const); overload; |
|
procedure Execute; virtual; abstract; |
Description
Methods
|
procedure Error(const AMsg: string); overload; |
Raises a message for constraint exceptions.
|
|
procedure Error(const AMsg: string; const AArgs: array of const); overload; |
Raises a formated message for constraint exceptions.
|
|
procedure Stop(const AMsg: string); overload; |
Stops the code execution showing an exception message.
|
|
procedure Stop(const AMsg: string; const AArgs: array of const); overload; |
Stops the code execution showing a formatted exception message.
|
|
procedure Execute; virtual; abstract; |
Offers a abstract method for the user validations.
|
Generated by PasDoc 0.15.0.
|