PDFRadioButton.Name

From Xojo Documentation

Property (As String )
aPDFRadioButton.Name = newStringValue
or
StringValue = aPDFRadioButton.Name

New in 2021r3

Supported for all project types and targets.

The name of the control.

Notes

In order for two or more PDFRadioButton's to act as a group, all must share the same Name property value.