Back to Devexpress

TdxPDFForm.TryGetTextField(string,TdxPDFTextField) Method

vcl-dxpdfform-dot-tdxpdfform-dot-trygettextfield-x28-system-dot-string-dxpdfform-dot-tdxpdftextfield-x29.md

latest1.1 KB
Original Source

TdxPDFForm.TryGetTextField(string,TdxPDFTextField) Method

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

Declaration

delphi
function TryGetTextField(const AFullName: string; out AField: TdxPDFTextField): Boolean;

Parameters

NameTypeDescription
AFullNamestring

The name of a text field.

| | AField | TdxPDFTextField |

The text field with the specified name (AFullName).

|

Returns

TypeDescription
Boolean

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

|

See Also

TryGetField(string,TdxPDFCustomField)

TdxPDFForm Class

TdxPDFForm Members

dxPDFForm Unit