TSummaryInformation_U1.pas contains the TSummaryInformation class. TSummaryInformation can read/write the Win95
SummmaryInformation property set. You should use this class if you want to add a SummaryInformation to your DocFile
but are not interested in learning how to use property sets.
This class uses TPropertySet which uses TDocFileStream and thus it too requires Delphi 3.x
| Name | ZIP | Size |
| TSummaryInformation_U1 | TSummaryInformation_U1.zip | 2kb |
| Example application | SummaryInfoEG.zip | 2kb |
| function SaveToStream( Strm : IStream ) : boolean; |
| Saves the SummaryInformation property set to an existing stream |
| function LoadFromStream( Strm : IStream ) : boolean; |
| Loads an existing SummaryInformation property set |