WinStudio
IWSIDOCollection interface
Returns a Boolean value indicating whether an object property in a specified IDO collection has the Nullable attribute set in the IDO.
object.IsPropertyNullable( string )
Part |
Description |
object | Required. A reference to a valid IDO collection object. |
string | Required. The name of the object property. |
A return value of:
Dim bIsNullable As Boolean If ThisForm.PrimaryIDOCollection.IsPropertyNullable("AccountNo") Then bIsNullable = TRUE End If