Send comments on this topic
SolFSStorage.FilesPassword property
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Specifies default password for encryption
Declaration
[Pascal]
property FilesPassword: String;
[DLL]
not applicable;
[C++ (DLL/Lib)]
unsigned short *get_FilesPassword()
void set_FilesPassword(unsigned short *Value)
[C++ (VCL)]
__property AnsiString FilesPassword;
[C++ (.NET)]
String *get_FilesPassword()
void set_FilesPassword(String *Value)
[C#]
String FilesPassword;
[VB.NET]
Property FilesPassword As String;
Description
This property defines the default password for operations which involve encryption. The value is only used if the file create/open method doesn't have Password as a parameter
