Concept Framework 2.0 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: Fri Jan 21 18:06:08 2011 GMT(c)2011 RadGs Software