Concept Framework 2.2 documentation Contents | Index

VisibleRemoteObject.ConfirmDelete

Name Type Access Version Deprecated
ConfirmDelete function public version 1.0 no

Prototype:
public function ConfirmDelete()


Description:
This function is used to confirm the Delete event in an OnDelete event that needs confirmation.

Example:
	...
	this.OnDelete=OnDestroy;
	...

	public function OnDestroy(Sender, EventData) {
		if (CanDestroy())
			ConfirmDelete();
	}

Returns:
This function returns the result of the {SendMessage}(send_message) function. The result is not to be considered important.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:03 2013 GMT(c)2013 Devronium Applications