Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

data : obj->type ref to class.

Former Member
0 Likes
485

hi guru

data : obj type ref to class.

obj stoes what type of data

2 REPLIES 2
Read only

Former Member
0 Likes
449

Hi

This is not a simple variable.

This is a class object: see <b>type ref to class</b> . This is the syntax for creation of an object of a class.

Regards

Dinesh

Read only

Former Member
0 Likes
449

hi,

Obj is the reference variable for the class..

The object will not be created until you use CREATE DATA.

Thanks

Naren