| VB Extension Tools HTML project report | |
| Project: CodeHelperCollection | Module: ValueCheck |
| Module Type  | Class module  |
|---|---|
| File  | C:\Code\EE-projects\units\vb\ActiveX\CodeHelperCollection\src\GValueCheck.cls  |
| Author  | Ralf Kunsmann  |
| Date  | 2001 09 28  |
| Purpose  |
Wrapper to the 'CValueCheck' class. The sense of the wrapper is to have a public version of 'CTraceUserAction' without changing any line of code of 'CValueCheck' class. So we are able to use 'CTraceUserAction' class by referencing the code module to a VB project or the activeX component 'VisiPIGSupport'.  |
| CValueCheck (vc) |
| Class_Initialize | |
| Silent | |
| Title | |
| Reaction | |
| Result | |
| AskAtTransgression | |
| NumberFormat | |
| CheckDate | |
| CheckDeadLine | |
| CheckDbl | |
| CheckSng | |
| CheckInt | |
| CheckLng |
| Procedure 'Class_Initialize' | List of procedures |
| Scope/Type  | Private Sub  |
|---|
| Procedure 'Silent' | List of procedures |
| Scope/Type  | Public Property (Let)  |
|---|---|
| Code parameters  | RHS As Boolean  |
| Procedure 'Title' | List of procedures |
| Scope/Type  | Public Property (Let)  |
|---|---|
| Code parameters  | RHS As String  |
| Procedure 'Reaction' | List of procedures |
| Scope/Type  | Public Property (Get)  |
|---|---|
| Code return value  | Integer  |
| Procedure 'Result' | List of procedures |
| Scope/Type  | Public Property (Get)  |
|---|---|
| Code return value  | Boolean  |
| Procedure 'AskAtTransgression' | List of procedures |
| Scope/Type  | Public Property (Let)  |
|---|---|
| Code parameters  | RHS As Boolean  |
| Procedure 'NumberFormat' | List of procedures |
| Scope/Type  | Public Property (Let/Get)  |
|---|---|
| Code return value  | String  |
| Procedure 'CheckDate' | List of procedures |
| Scope/Type  | Public Function  |
|---|---|
| Code parameters  |
ByVal DateValue As String Optional MinDate As Variant Optional MaxDate As Variant  |
| Code return value  | Boolean  |
| Procedure 'CheckDeadLine' | List of procedures |
| Scope/Type  | Public Function  |
|---|---|
| Code parameters  |
ByVal DayValue As String Optional MinDay As Variant Optional MaxDay As Variant  |
| Code return value  | Boolean  |
| Procedure 'CheckDbl' | List of procedures |
| Scope/Type  | Public Function  |
|---|---|
| Code parameters  |
ByVal Value As String Optional MinValue As Variant Optional MaxValue As Variant  |
| Code return value  | Boolean  |
| Procedure 'CheckSng' | List of procedures |
| Scope/Type  | Public Function  |
|---|---|
| Code parameters  |
ByVal Value As String Optional MinValue As Variant Optional MaxValue As Variant  |
| Code return value  | Boolean  |
| Procedure 'CheckInt' | List of procedures |
| Scope/Type  | Public Function  |
|---|---|
| Code parameters  |
ByVal Value As String Optional MinValue As Variant Optional MaxValue As Variant  |
| Code return value  | Boolean  |
| Procedure 'CheckLng' | List of procedures |
| Scope/Type  | Public Function  |
|---|---|
| Code parameters  |
ByVal Value As String Optional MinValue As Variant Optional MaxValue As Variant  |
| Code return value  | Boolean  |