Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

TdxPDFForm.TryGetComboBoxField(string,TdxPDFComboBoxField) Method

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

Declaration

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

Parameters

Name Type Description
AFullName string

The name of a combo box field.

AField TdxPDFComboBoxField

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

Returns

Type Description
Boolean

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

See Also