cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Items from form at runtime

Former Member
0 Kudos

Hello Friends,

Is it possible to remove an item from form at runtime?

if yes then how to to do that.

Thanks & Regards,

Mithun.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mithun,

What petr said is true. You can set oItem.enabled=false or oItem.visible=false to that Item. It is not possible to remove item at runtime.

Thanks,

Sravan Kumar Pothu

Former Member
0 Kudos

Hi,

you can set .enabled or .visible to false or set the .frompane and .topane for the non existing value (never will show). I think that the direct removing isn`t possible.

Petr