[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
BLOCK METHOD Declare a Method Block
------------------------------------------------------------------------------
SYNTAX:
[<preScope>] MESSAGE | METHOD <cMsg>[(param)] ;
[<postScope>] BLOCK <{|self| ... }>
PARAMETER:
<Scope> Specifies the visibility of the Message.
Please press Related Topics: and select METHOD for
more detailed informations about method scopes
<cMsg> Is the Message name of our Block Method
DESCRIPTION:
BLOCK Methods are similar to Inline Methods. They have no Method Function
but a Codeblock that is evaluated when the message is send.
See Also:
Method
Virtual
SetGet
Inline
Extern
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson