Previous Topic

Next Topic

Inhoudsopgave

Book Index

AddComboBox Function

Function Function AddComboBox(Name: String, [Left: Integer], [Top: Integer], [Width: Integer], [Caption: String], [Items: String], [Value], [FreeInput: Boolean]): IsahComboBox_Object

Description

Adds a combo box to the form.

Parameters

Properties, Procedures and Functions

See FormObjects for the general Properties, Procedures and Functions. In addition, the following properties can be used:

Property Property Items: String (R/W)

Property Property ItemIndex: Integer (R/W)

Property Property FreeInput: Boolean (R/W)

Property Property Text: String (R/W)

Example

See CreateEditForm and CreateWizardForm.

Remarks

The AddComboBox function can be used successfully in combination with the GetTypestring and Gettypestringvalue functionality.