PreviousActiveX Controls Guide (9.1 revision 1) Next

VAOption

Show this topic in Library frames

Description

The VAOption control displays the state of a boolean (True/False) field value.

Remarks

The data source for a VAOption Control is determined by the setting of the VAccessName property.

The field source is bound by setting the VAFieldName property to the name of a boolean (Logical or Bit type) field in the data source.

True and False storage values for the field can be defined with the VAValueTrue and VAValueFalse properties of the control.

Only one option button in a given parent window (on a form or in a group box) may be selected, or True, at any one time.

Custom Properties and Methods

Custom properties and methods for this control are listed in the following tables:

Table 4-9 VAOption Custom Properties
VAccessName
VADebugMode
VASize
 
VADataType
VAFieldName
VAValueFalse
 
VADecimal
VAOffset
VAValueTrue
 

Table 4-10 VAOption Custom Method
AboutBox
     


Chapter contents
Publication contents

Prev topic: VAList
Next topic: VAText