Tab "NG Validators" |
 |
TNGDateTimeRangeValidator A Validator which checks whether the date/time value in the validated control is located within the specified range. |
 |
TNGStringRangeValidator A Validator which checks whether the string value in the control is located within the specified range. |
 |
TNGFloatRangeValidator A Validator which checks whether the floating point value in the control is located within the specified range. |
 |
TNGIntRangeValidator A Validator which checks whether the integer value in the validated control is located within the specified range. |
 |
TNGRangeValidator A Validator which checks whether a value of a validated control is within the specified range. Several datatypes are supported. |
 |
TLMDRegExpValidator A Validator which checks whether the string value in the control matches the specified regular expression (e.g. email address, number in certain format etc.). |
 |
TNGCompareValidator A Validator which compares the value in the validated control with the value in some reference control. |
 |
TNGRequiredFieldValidator A Validator which ensures that value in a control is not empty. |
 |
TNGValidationGroup Allows grouping of several Validator components to provide more complex data validation logic. |
 |
TNGMessageBoxErrorProvider Enables a Validator component to indicate errors by displaying a message box. |
 |
TNGControlErrorProvider Enables a Validator component to indicate errors by sending messages to a specified control which supports ILMDValidationMsgControl interface (e.g. LMDStatusBar, LMDListBox). |
 |
TNGHintErrorProvider Enables a Validator component to indicate errors by displaying icons near the validated control. |
 |
TNGInPlaceErrorProvider Enables a Validator component to indicate errors by changing the visual appearance of the validated control (font and background color and other effects are supported). |
 |
TNGErrorProvider An integrated ErrorProvider which provides several standard ways of error indication for a Validator component. |
 |
TNGErrorProviderGroup Allows grouping of several ErrorProvider components which can be used at the same time by a Validator component. |
Tab "NG Validators VCL" |
 |
TNGValidatedEdit TEdit with validation support. |
 |
TNGValidationLabel NG ValidatorPack Label control for displaying validation info. |
 |
TNGValidatedComboBox TComboBox with validation support. |
 |
TNGValidatedListBox TListBox with validation support. |
 |
TNGValidatedStringGrid TStringGrid with validation support. |
 |
TNGValidatedMemo TMemo with validation support. |
 |
TNGValidatedRichEdit TRichEdit with validation support. |
 |
TNGValidatedDBGrid TDBGrid with validation support. |
 |
TNGValidatedDBEdit TDBEdit with validation support. |
 |
TNGValidatedMaskEdit TMaskEdit with validation support. |
 |
TNGValidatedDateTimePicker TDateTimePicker with validation support. |
 |
TNGValidatedDBComboBox TDBComboBox with validation support. |
 |
TNGValidatedDBMemo TDBMemo with validation support. |
 |
TNGDBValidatedDBRichEdit TDBRichEdit with validation support. |
 |
TNGValidationStatusBar ValidatorPack StatusBar control for displaying validation info. |