DK11 for Delphi | GisFieldRules.TGIS_FieldRule.Check | Constructors | Methods | Properties
Check value against all formulas.
// Delphi public function Check( const _setvalue : Variant; const _mode : TGIS_FieldValueCheckMode; var _msg : String ) : Boolean;
// C++ Builder public: bool Check( Variant* const _setvalue, TGIS_FieldValueCheckMode* const _mode, UnicodeString &_msg );
Name | Type | Description |
---|---|---|
_setvalue | Variant | value to be check |
_mode | TGIS_FieldValueCheckMode | mode of check |
_msg | String | optional error message |
Type | Description |
---|---|
Boolean | False if _value does not fulfill requirements |