Share via


FormObjectSet.validateDelete Method

Definition

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

Returns

Applies to