Changing radio button programmatically [message #356689] |
Sat, 01 November 2008 02:26 |
white_phoenix
Messages: 19 Registered: November 2007
|
Junior Member |
|
|
Hi All,
Is there any way that we can programatically change a radio button default value.
I know for checkbox, we can make the checked box to be checked if we assign value something like this
:datablockA.chkbox := 'Y'
then , it will be checked because of the property value mapping.
Is there any way similiar for radio button other than using the property pallete?
|
|
|
|
|
|