|
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. |
|
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 |
|
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 |
|
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 |
|
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.
|