Using VisiconX Properties and Methods in CIMPLICITY
Like other OLE objects, VisiconX objects have associated properties and methods that you can use in CimEdit Basic scripts. These properties and methods give you the flexibility to use a variety of objects to access and display data.
For example, to let users access different databases at run time, you might want to insert individual, labeled command buttons rather than several Data Control objects. At run time, the user can click a button, which executes a script that uses the properties and methods of the Data Control to connect to a database and execute a query. You can even invoke the SQL Wizard at run time using the RunSQLWizard method.
The following sections describe how to use the properties and methods of the VisiconX objects: