Back to Devexpress

TdxPDFForm.TryGetComboBoxField(string,TdxPDFComboBoxField) Method

vcl-dxpdfform-dot-tdxpdfform-dot-trygetcomboboxfield-x28-system-dot-string-dxpdfform-dot-tdxpdfcomboboxfield-x29.md

latest1.1 KB
Original Source

TdxPDFForm.TryGetComboBoxField(string,TdxPDFComboBoxField) Method

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

Declaration

delphi
function TryGetComboBoxField(const AFullName: string; out AField: TdxPDFComboBoxField): Boolean;

Parameters

NameTypeDescription
AFullNamestring

The name of a combo box field.

| | AField | TdxPDFComboBoxField |

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

|

Returns

TypeDescription
Boolean

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

|

See Also

TryGetField(string,TdxPDFCustomField)

TdxPDFForm Class

TdxPDFForm Members

dxPDFForm Unit