Back to Devexpress

TdxPDFForm.TryGetButtonField(string,TdxPDFButtonField) Method

vcl-dxpdfform-dot-tdxpdfform-dot-trygetbuttonfield-x28-system-dot-string-dxpdfform-dot-tdxpdfbuttonfield-x29.md

latest1.1 KB
Original Source

TdxPDFForm.TryGetButtonField(string,TdxPDFButtonField) Method

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

Declaration

delphi
function TryGetButtonField(const AFullName: string; out AField: TdxPDFButtonField): Boolean;

Parameters

NameTypeDescription
AFullNamestring

The name of a button field.

| | AField | TdxPDFButtonField |

The button field with the specified name (AFullName).

|

Returns

TypeDescription
Boolean

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

|

See Also

TryGetField(string,TdxPDFCustomField)

TdxPDFForm Class

TdxPDFForm Members

dxPDFForm Unit