delphi 3 components

 

TFileOperation

fileoper.zip

version 1.0

30-jul-1998

6 KB

the TFileOperation component encapsulates the shfileoperation api of microsoft windows.

Performs a copy, move, rename, or delete operation on a file system object.

 

TFilterDialog

filtrdlg.zip

version 1.0

30-jul-1998

7 KB

the TFilterDialog component allows you to perform table filter operation by selecting columns name, operators and assigning values in a filter dialog box.

demo project included

 

TMailMerge

mailmerg.zip

version 1.0

04-aug-1998

29 KB

the TMailMerge component encapsulates the merge fonction of microsoft word. it use the ole automation to do that.

the data source can be either a odbc data source name or the table of a microsoft access database.

demo.dpr is a project that show you how to use tmailmerge component; with this demo you got a free wizard for mail merging microsoft word documents.

demo project included

 

TSummInfo

summinfo.zip

version 1.0

30-jul-1998

20 KB

the TSummInfo component allow you to obtain the summary information of a word 97 document (title, subject, author, heywords, ...); without having to run microsoft word.

this vcl implements the istorage interface.

demo project included

 

TTable2

table2.zip

version 1.0

29-oct-1998

2 KB

the component TTable2 is derivated from the TTable component. The Open method sets the EditMask property of each TField component with the value defines in the validity checks picture (for instance !99/99/0000;1;_ for a date field) of the table.


This method actives the table too...