Back to Devexpress

TdxPDFForm.TryGetRadioGroupField(string,TdxPDFRadioGroupField) Method

vcl-dxpdfform-dot-tdxpdfform-dot-trygetradiogroupfield-x28-system-dot-string-dxpdfform-dot-tdxpdfradiogroupfield-x29.md

latest1.1 KB
Original Source

TdxPDFForm.TryGetRadioGroupField(string,TdxPDFRadioGroupField) Method

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

NameTypeDescription
AFullNamestring

The name of a radio group field.

| | AField | TdxPDFRadioGroupField |

The radio group field with the specified name (AFullName).

|

Returns

TypeDescription
Boolean

True if the form has a radio group field with the specified name; otherwise, False.

|

See Also

TryGetField(string,TdxPDFCustomField)

TdxPDFForm Class

TdxPDFForm Members

dxPDFForm Unit