TdxPDFForm.GetField(string) Method
In This Article
Returns an interactive field by its name on the form.
#Declaration
Delphi
function GetField(const AFullName: string): TdxPDFCustomField;
#Parameters
Name | Type | Description |
---|---|---|
AFull |
string | The name of an interactive field. |
#Returns
Type | Description |
---|---|
Tdx |
The interactive field with the specified name (AFull |
#Exceptions
Type | Description |
---|---|
EList |
The “Item not found” exception occurs if the form has no field with the specified name (AFull |
#Remarks
The TryGetField function is a safe alternative to GetField.
See Also