xRecord.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.
Determines whether the current record is valid and ready to be deleted from the database.
public:
virtual bool validateDelete();
public virtual bool validateDelete ();
abstract member validateDelete : unit -> bool
override this.validateDelete : unit -> bool
Public Overridable Function validateDelete () As Boolean
Returns
true if the current record can be deleted; otherwise, false.