DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ControlAttributes.AllowNull | Constructors | Fields | Methods | Properties | Events
True, NULL fields are accepted.
Available also on: Delphi FMX | Java | ActiveX | Python.
// C# [DefaultValue(false)] public Boolean AllowNull { get {} set {} }
' VisualBasic <DefaultValue(false)> Public Property AllowNull As Boolean Get End Get Set(ByVal value As Boolean) End Set End Property
// Oxygene public [DefaultValue(false)] property AllowNull : Boolean read read;
Type |
---|
bool Boolean |