Previous Topic

Next Topic

Inhoudsopgave

Book Index

AddRadioButtons Function

Function Function AddRadioButtons(Name: String, [Left: Integer], [Top: Integer], [Width: Integer], [Height: Integer], [Caption: String], [Items: String], [Value: Integer], [Columns: Integer]): IsahRadioGroup_Object

Description

Adds a group of radio buttons 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 Columns : Integer (R/W)

Example

See CreateEditForm and CreateWizardForm.

Remarks

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