Hello..
Read this:
Scalable Parallel VarFiler was updated to version 1.7
Here is the methods that i have added:
function VariantTypeName(const AValue: Variant): String;
- Returns the type name of a variant.
function IsVarFilerFromStream(Stream : TStream):boolean;
- Returns true if the Stream is in a Parallel VarFiler format, and false
if not.
function IsVarFilerFromFile(FileName : String):boolean;
- Returns true if the File is in a Parallel VarFiler format, and false
if not.
function IsVarFilerFromString(S : String):boolean;
- Returns true if S is in a Parallel VarFiler format, and false if not.
You can download it from:
https://sites.google.com/site/aminer68/scalable-parallel-varfiler
Thank you,
Amine Moulay Ramdane.