FormObjectSet.validateWrite Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.validateWrite method, which determines whether data is valid and ready to be written.
public:
virtual bool validateWrite();
public virtual bool validateWrite ();
abstract member validateWrite : unit -> bool
override this.validateWrite : unit -> bool
Public Overridable Function validateWrite () As Boolean