SetFormFieldRadioWidgetValue
Form fields
Description
Sets the selected active value of a radio button form field widget
Syntax
Delphi
Function TPDFlib.SetFormFieldRadioWidgetValue(Index: Integer; Const NewValue: WideString): Integer;Parameters
| Index | The 1-based index of the target radio button form field |
|---|---|
| NewValue | The state name value to select |
Return values
1 if successfully set, or 0 on error