Unit FldInfo

Classes

Functions

GetFieldInfo - Unit to save and recall DataSet field informaion to and and from an INI file This is usefull if the user sizes the columns and rearrages them.
PutFieldInfo - of GetFieldInfo

Types

Constants

Variables


Functions


procedure GetFieldInfo(IniFileName: TFileName; DS: TDataSet);

Unit to save and recall DataSet field informaion to and and from an INI file This is usefull if the user sizes the columns and rearrages them. This allows a program to return their setting. Author: William R. Florac Company: FITCO, Verona, WI (wee little company from my house) Copyright 1995, FITCO. All rights reserved. 1) Users of Fldinfo must accept this disclaimer of warranty: "FldInfo is supplied as is. The author disclaims all warranties, expressed or implied, including, without limitation, the warranties of merchantability and of fitness for any purpose. The author assumes no liability for damages, direct or conse- quential, which may result from the use of FldInfo." 2) This Unit is donated to the public as public domain. 3) This Unit can be freely used and distributed in commercial and private environments provided this notice is not modified in any way. 4) If you do find this Unit handy and you feel guilty for using such a great product without paying someone, please feel free to send a few bucks ($25) to support further development. 5) This file was formated with tabs set to 2. Please forward any comments or suggestions to Bill Florac at: email: flash@etcconnect.com www: http://www.etcconnect.com/fitco.html mail: FITCO 209 Jenna Dr Verona, WI 53593 Revision History 1.0 10-4-95 Initial release. 1.1 10-9-95 Changes procedures from TTable to TDataSet so unit will work with queries too.

procedure PutFieldInfo(IniFileName: TFileName; DS: TDataSet);

of GetFieldInfo

Types


Constants


Variables