[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] |
Does the field allow null values
Source position: tiObject.pas line 84
type TtiNullValidation = ( |
nvAllowNull = 0, |
nvNotNull = 1 |
); |
Does the field allow null values. This is one of the possibly many tests that the field will make when the TestValidValue function is called.