Concept Framework 1.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: Thu Oct 15 20:01:51 2009 GMT(c)2009 RadGs Software