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