TdxPDFForm.TryGetComboBoxField(string,TdxPDFComboBoxField) Method
In This Article
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
Name | Type | Description |
---|---|---|
AFull |
string | The name of a combo box field. |
AField | Tdx |
The combo box field with the specified name (AFull |
#Returns
Type | Description |
---|---|
Boolean | True if the form has a combobox field with the specified name; otherwise, False. |
See Also