FormObjectSet.validateDelete 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.validateDelete method, which prompts the user to confirm the deletion of a record from the data source.
public:
virtual bool validateDelete();
public virtual bool validateDelete ();
abstract member validateDelete : unit -> bool
override this.validateDelete : unit -> bool
Public Overridable Function validateDelete () As Boolean