TdxPDFForm.TryGetRadioGroupField(string,TdxPDFRadioGroupField) Method
Returns a radio group field by its name if the field is on the form.
Declaration
function TryGetRadioGroupField(const AFullName: string; out AField: TdxPDFRadioGroupField): Boolean;
Parameters
| Name | Type | Description |
|---|---|---|
| AFullName | string | The name of a radio group field. |
| AField | TdxPDFRadioGroupField | The radio group field with the specified name (AFullName). |
Returns
| Type | Description |
|---|---|
| Boolean | True if the form has a radio group field with the specified name; otherwise, False. |
See Also