Notes
Outline
Visual FoxPro Controls
Ted Roche, Senior Consultant
Introduction
VFP: The Next Generation
Controls: These are not your dad’s
 SAYs & GETs
Ground rules, sound check, time check
VFP Overview
Agenda
In this session, we will:
Define the basic concepts and terminology associated with controls (10 minutes)
Explore how controls work in the new VFP environment (30 minutes)
Discuss how to create custom controls and why you should (20 minutes)
Hold a Q&A session ‘til we drop
Vocabulary
OOP
Control
Property
Events
Methods
Classes
Demo
What to do
Create an app and throw it away
Subclass all controls into your toolbar
Don’t create the MOA class hierarchies
Summary
VFP Controls are more powerful than their predecessors
Spend some time familiarizing yourself with the control’s properties, events and methods
Build your own complex custom controls
Where to get more information
#1: FoxHelp.Hlp
Read The Fine Manuals
Read The Fantastic sample code
Related sessions:
Form Designer – Builders
Grids – OOP
VFP Classes