DLL Dynamic Link Library. A library that is linked to application programs when they are loaded or run rather than as the final phase of compilation. This means that the same block of library code can be shared between several tasks rather than each task containing copies of the routines it uses.
.topic 0x10000012
Runtime Runtime is a term that refers to a given software application while it is being run.
.topic 0x10000011
Record A record (or row) is a single unit of organized data from a database file.
.topic 0x1000000b
File A file (or table) is a repository for storing organized data from your database.
.topic 0x1000000e
Method A method is a procedure or function that is defined in a class.
.topic 0x1000000c
Framework An application framework prescribes a consistent and well engineered technique for designing, coding and assembling your programs.
.topic 0x10000001
Application Source Path The Application Source Path specifies the folder that contains the component packages, the ABdata files, and the program source code (.src) for the current workspace. The path name is stored in the workspaceÆs AppSrcPath registry key.
.topic 0x10000003
Context Menu Pop-up menu that is activated by right mouse-clicking an object (the actual mouse button used is configurable in Windows setup).
.topic 0x1000000a
Field A field (or column) is a data element used for organizing the data that is stored in each record of a database file.
.topic 0x10000009
Event Events give the developer hooks for specific runtime occurrences, such as mouse actions, database operations and keystrokes. The code that executes when an event occurs is called an event handler.
.topic 0x10000005
Data Files Folder The Data Files Path specifies the folder that contains the data files and filelist.cfg file for the current workspace. The path name is stored in the workspaceÆs DataPath registry key.
.topic 0x10000007
DEO, Data-Entry Object Data Entry Object: An object used to wrap a database-aware Windows control.
.topic 0x10000000
Application Source Folder The Application Source Path specifies the folder that contains the component packages, the ABdata files, and the program source code (.src) for the current workspace. The path name is stored in the workspaceÆs AppSrcPath registry key.
.topic 0x10000013
Subclass A class that is a derived version of another class.
.topic 0x10000015
Workspace A workspace describes an area for developing and running a Visual DataFlex project. It describes the location of the projectÆs source code, data files, data dictionary files, help file, bitmaps and program files.
.topic 0x10000006
DDO Data-Dictionary Object.
.topic 0x10000004
Data-Dictionary Data-dictionaries allow you to apply a set of rules to all records in a data file without having to repeat those rules in every control that accesses the file.
.topic 0x1000000f
MDI Multiple Document Interface, a Windows API that enables programmers to easily create applications with multiple windows. Each MDI application has a single main window (MDI Frame), and any number of child windows. All child windows are displayed within the main window.
.topic 0x1000000d
Index An index is a pre-defined sort order for the data in a database file. It is used for fast searching of records or for listing records in specific order.
.topic 0x10000002
Component A Component is a single functional unit within a larger application. For example, an Order Entry application would contain view components for customer maintenance and entering orders, report components for printing orders and customer lists, etc.
.topic 0x10000014
Wizard Wizards automate and simplify complex processes by breaking them into a series of easy to understand steps.
.topic 0x10000010
Package A file containing DataFlex source code. Usually class definitions or global objects.