How to attach fixed set of values to PROPERTY?

R

Rachana

Hi,
Suppose, I have class WORK which has method ASSIGN and property
SHIFT.
The property has two reserved values 'DAY' and 'NIGHT'.
I don't want to validate inside the SET procedure. Instead, those
values should get auto displayed (like VB intellisense) in the client
program. How to achieve this?

Regards,
Rachana
 
R

Rachana

Hi,
Suppose, I have class WORK which has method ASSIGN and property
SHIFT.
The property has two reserved values 'DAY' and 'NIGHT'.
I don't want to validate inside the SET procedure. Instead, those
values should get auto displayed (like VB intellisense) in the client
program. How to achieve this?

Regards,
Rachana

Hi,
I got the solution.

Regards,
Rachana
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top