TdxPDFForm.TryGetTextField(string,TdxPDFTextField) Method
In This Article
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
Name | Type | Description |
---|---|---|
AFull |
string | The name of a text field. |
AField | Tdx |
The text field with the specified name (AFull |
#Returns
Type | Description |
---|---|
Boolean | True if the form has a text field with the specified name; otherwise, False. |
See Also