Introduction

This introduction contains the following sections:

The Getting Started with iFIX and VBA chapter describes basic information on using the VBA programming language, and describes several key components of the VBA environment.

Starting with the section Optimizing Your VBA Project Development, this manual teaches you how to write VBA code for iFIX objects. The intention of these sections is to teach you how to code by example, and many times the best explanation of the sample code lies within the commented lines (lines that begin with an apostrophe — these lines are for explanatory remarks and are ignored by the VBA compiler), so look carefully. Because each section is dedicated to a different object, you can find the information you need quickly and easily.

See Also