FormObjectSet.delete 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.delete method, which deletes the record that is currently selected from the data source.
public:
virtual void delete();
public virtual void delete ();
abstract member delete : unit -> unit
override this.delete : unit -> unit
Public Overridable Sub delete ()