TdxPDFForm.TryGetField(string,TdxPDFCustomField) Method
In This Article
Returns an interactive field by its name if the field is on the form.
#Declaration
Delphi
function TryGetField(const AFullName: string; out AField: TdxPDFCustomField): Boolean;
#Parameters
Name | Type | Description |
---|---|---|
AFull |
string | The name of an interactive field. |
AField | Tdx |
The interactive field with the specified name (AFull |
#Returns
Type | Description |
---|---|
Boolean | True if the form has an interactive field with the specified name; otherwise, False. |
See Also