Difference between revisions of "FileMan Delphi Components"

From VistApedia
Jump to: navigation, search
(initial page from FMDC.HLP)
 
(Other Information on the Web)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= Introduction =
 
= Introduction =
  
The VA FileMan Delphi Components (FMDC) make it easy for developers to work with VA FileMan data in Delphi applications. The components encapsulate the details of retrieving, validating, and updating VA FileMan data within a Delphi application. This saves you from having to create your own custom remote procedure calls (RPCs) when you need to access VA FileMan data.
+
The VA FileMan Delphi Components (FMDC) make it easy for developers to work with [[VA FileMan]] data in [[Delphi]] [[application~|Application]]s. The components encapsulate the details of retrieving, validating, and updating VA FileMan data within a Delphi [[application~|Application]]. This saves you from having to create your own custom remote procedure calls ([[RPC]]s) when you need to access VA FileMan data.
  
 
The VA FileMan components also include special enhanced features such as complete server-side error checking and data dictionary (DD) help.
 
The VA FileMan components also include special enhanced features such as complete server-side error checking and data dictionary (DD) help.
  
If you're already familiar with Delphi, you can quickly create applications that retrieve and update VA FileMan data. The time needed to develop an application to edit a set of VA FileMan fields with the VA FileMan components is comparable to the time to create the same application using VA FileMan's character-based (roll-and-scroll) ScreenMan interface.
+
If you're already familiar with Delphi, you can quickly create [[Application~|applications]] that retrieve and update VA FileMan data. The time needed to develop an [[application~|Application]] to edit a set of VA FileMan fields with the VA FileMan components is comparable to the time to create the same [[application~|Application]] using VA FileMan's character-based (roll-and-scroll) [[ScreenMan]] interface.
  
 
=Documentation Features=
 
=Documentation Features=
  
* [[/FMDC Quick Start Guide]] shows the basics of using FMDC to edit VA FileMan records.
+
* [[FileMan_Delphi_Components/FMDC Quick Start Guide|FMDC Quick Start Guide]] shows the basics of using FMDC to edit VA FileMan records.
  
* [[/Getting Started]] provides an overview, orientation, and installation instructions.
+
* [[FileMan_Delphi_Components/Getting Started|Getting Started]] provides an overview, orientation, and installation instructions.
  
* [[/FMDC Components]] provides detailed information on each component, including properties and methods.
+
* [[FileMan_Delphi_Components/FMDC Components|FMDC Components]] provides detailed information on each component, including properties and methods.
  
* [[/How To: By Field Type]] shows how to edit each type of VA FileMan field.
+
* [[FileMan_Delphi_Components/How To: By Field Type|How To: By Field Type]] shows how to edit each type of VA FileMan field.
  
* [[/How To: By Task]] shows how to perform each major database task.
+
* [[FileMan_Delphi_Components/How To: By Task|How To: By Task]] shows how to perform each major database task.
  
* [[/Security]] discusses security issues.
+
* [[FileMan_Delphi_Components/Security|Security]] discusses security issues.
  
* [[/Advanced Topics]] discusses some specialized topics.
+
* [[FileMan_Delphi_Components/Advanced Topics|Advanced Topics]] discusses some specialized topics.
  
* [[/DBS Reference]] provides links to the web-based DBS documentation.
+
* [[FileMan_Delphi_Components/DBS Reference|DBS Reference]] provides links to the web-based DBS documentation.
  
 
  *About Web Links*
 
  *About Web Links*
Line 33: Line 33:
 
To access web links, you need to be able to connect to the VA Intranet web server.  
 
To access web links, you need to be able to connect to the VA Intranet web server.  
  
 +
= FMDC Components =
 
=== Data Access Components ===
 
=== Data Access Components ===
* [[TFMFiler]]
+
* [[FileMan_Delphi_Components/TFMFiler|TFMFiler]]
* [[TFMFinder]]
+
* [[FileMan_Delphi_Components/TFMFinder|TFMFinder]]
* [[TFMFindOne]]
+
* [[FileMan_Delphi_Components/TFMFindOne|TFMFindOne]]
* [[TFMGets]]
+
* [[FileMan_Delphi_Components/TFMGets|TFMGets]]
* [[TFMHelp]]
+
* [[FileMan_Delphi_Components/TFMHelp|TFMHelp]]
* [[TFMLister]]
+
* [[FileMan_Delphi_Components/TFMLister|TFMLister]]
* [[TFMValidator]]
+
* [[FileMan_Delphi_Components/TFMValidator|TFMValidator]]
  
 
=== Custom Dialogs ===
 
=== Custom Dialogs ===
  
* [[TFMLookUp]]
+
* [[FileMan_Delphi_Components/TFMLookUp|TFMLookUp]]
  
 
=== Data Controls ===
 
=== Data Controls ===
  
* [[TFMCheckBox]]
+
* [[FileMan_Delphi_Components/TFMCheckBox|TFMCheckBox]]
* [[TFMComboBox]]
+
* [[FileMan_Delphi_Components/TFMComboBox|TFMComboBox]]
* [[TFMComboBoxLookUp]]
+
* [[FileMan_Delphi_Components/TFMComboBoxLookUp|TFMComboBoxLookUp]]
* [[TFMEdit]]
+
* [[FileMan_Delphi_Components/TFMEdit|TFMEdit]]
* [[TFMLabel]]
+
* [[FileMan_Delphi_Components/TFMLabel|TFMLabel]]
* [[TFMListBox]]
+
* [[FileMan_Delphi_Components/TFMListBox|TFMListBox]]
* [[TFMMemo]]
+
* [[FileMan_Delphi_Components/TFMMemo|TFMMemo]]
* [[TFMRadioButton]]
+
* [[FileMan_Delphi_Components/TFMRadioButton|TFMRadioButton]]
* [[TFMRadioGroup]]
+
* [[FileMan_Delphi_Components/TFMRadioGroup|TFMRadioGroup]]
 +
 
 +
= Other Information on the Web =
 +
[[FileMan Delphi Components Source Code]]
 +
 
 +
= Index =
 +
* [[FileMan Delphi Components/RPC Table|Table of Components and RPC's called]]

Latest revision as of 13:54, 20 March 2012

Introduction

The VA FileMan Delphi Components (FMDC) make it easy for developers to work with VA FileMan data in Delphi Applications. The components encapsulate the details of retrieving, validating, and updating VA FileMan data within a Delphi Application. This saves you from having to create your own custom remote procedure calls (RPCs) when you need to access VA FileMan data.

The VA FileMan components also include special enhanced features such as complete server-side error checking and data dictionary (DD) help.

If you're already familiar with Delphi, you can quickly create applications that retrieve and update VA FileMan data. The time needed to develop an Application to edit a set of VA FileMan fields with the VA FileMan components is comparable to the time to create the same Application using VA FileMan's character-based (roll-and-scroll) ScreenMan interface.

Documentation Features

  • Getting Started provides an overview, orientation, and installation instructions.
  • FMDC Components provides detailed information on each component, including properties and methods.
  • DBS Reference provides links to the web-based DBS documentation.
*About Web Links*

Some links in this help file connect to the VISTA System Design & Development (SD&D) web server. These links connect to VA FileMan documentation that is pertinent to using the VA FileMan Delphi Components (FMDC). All such links are indicated by the =+= icon:

Inside the VA firewall, you can access: http://vista.med.va.gov

To access web links, you need to be able to connect to the VA Intranet web server.

FMDC Components

Data Access Components

Custom Dialogs

Data Controls

Other Information on the Web

FileMan Delphi Components Source Code

Index