DK11 for Delphi | GisFieldRules.TGIS_FieldValueCheck.Create | Constructors | Methods | Properties
Create a single value check.
// Delphi public constructor Create( const _mode : TGIS_FieldValueCheckMode; const _formula : TGIS_FieldValueCheckFormula; const _content : String; const _message : String );
// C++ Builder Create ( TGIS_FieldValueCheckMode* const _mode, TGIS_FieldValueCheckFormula* const _formula, const UnicodeString _content, const UnicodeString _message );
Name | Type | Description |
---|---|---|
_mode | TGIS_FieldValueCheckMode | mode of check |
_formula | TGIS_FieldValueCheckFormula | formula of check |
_content | String | formula content |
_message | String | message to be provided upon error |