0
votes
Updated SimpleStorage demos and added IDocument
From Zero To One
– As I promised, I updated the demos. I added two new demos. One showing how to manipulate collection of documents and the other to show how to Encrypt / Decrypt whole documents. I also made a change in the “Cromis.SimpleStorage.Collection.pas” unit. There is now a new “IDocument” interface which is very simple: IDocument = Interface(IInterface) ['{0B2F03BD-9929-43A1-A7E8-62B372D2D96C}'] function GetPath: string; function GetData: ISimpleStorage; property Data: ISimpleStorage read GetData; property Path: string read GetPath; end; ...
Statistics
|
Visits by Source |
User Actions |




