How can I move around and program individual radio buttons on my CreateInputOptionPage
page?
For example, I want to put some text under each of my radio buttons and be able to move them around as if they were created as custom TNewRadioButton
objects.
I've created a page using the CreateInputOptionPage
like this:
TestPage := CreateInputOptionPage(wpWelcome, 'CAPTION', 'DESCRIPTION', 'SUBCAPTION', True, False);
TestPage.Add('RADIO1');
TestPage.Add('RADIO2');
TestPage.CheckListBox.Left := 0;