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