Hi I am new to Axapta..........please clear my doubts

Hi,

What is the meaning of the following terms ?

record = args.record();

parmEnum = args.parmEnum();

callerForm = args.caller();

In Args, how we assign Table name ?

args Class is used to pass arguments from 1 object to another in dynamics ax.say for eg. form to a report/form,

record = args.record(); (to get record from the caller)

parmEnum = args.parmEnum(); (to get enum element from the caller)

callerForm = args.caller();(to get caller object)

also refer to illustrations at http://www.axaptapedia.com/Args_class