Share via


xRecord.validateDelete Method

Definition

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.

Applies to