Back to Devexpress

TdxPDFForm.TryGetListBoxField(string,TdxPDFListBoxField) Method

vcl-dxpdfform-dot-tdxpdfform-dot-trygetlistboxfield-x28-system-dot-string-dxpdfform-dot-tdxpdflistboxfield-x29.md

latest1.1 KB
Original Source

TdxPDFForm.TryGetListBoxField(string,TdxPDFListBoxField) Method

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

Declaration

delphi
function TryGetListBoxField(const AFullName: string; out AField: TdxPDFListBoxField): Boolean;

Parameters

NameTypeDescription
AFullNamestring

The name of a list box field.

| | AField | TdxPDFListBoxField |

The list box field with the specified name (AFullName).

|

Returns

TypeDescription
Boolean

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

|

See Also

TryGetField(string,TdxPDFCustomField)

TdxPDFForm Class

TdxPDFForm Members

dxPDFForm Unit