Back to Devexpress

TdxPDFForm.TryGetCheckBoxField(string,TdxPDFCheckBoxField) Method

vcl-dxpdfform-dot-tdxpdfform-dot-trygetcheckboxfield-x28-system-dot-string-dxpdfform-dot-tdxpdfcheckboxfield-x29.md

latest1.1 KB
Original Source

TdxPDFForm.TryGetCheckBoxField(string,TdxPDFCheckBoxField) Method

Returns a checkbox field by its name if the field is on the form.

Declaration

delphi
function TryGetCheckBoxField(const AFullName: string; out AField: TdxPDFCheckBoxField): Boolean;

Parameters

NameTypeDescription
AFullNamestring

The name of a checkbox field.

| | AField | TdxPDFCheckBoxField |

The checkbox field with the specified name (AFullName).

|

Returns

TypeDescription
Boolean

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

|

See Also

TryGetField(string,TdxPDFCustomField)

TdxPDFForm Class

TdxPDFForm Members

dxPDFForm Unit