SolFSStorage.Logo property
Filter:
Pascal DLL C++ (DLL/Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Logo is a text which is placed to the first page of the SolFS file.
Declaration
[Pascal]
property Logo: String;
[DLL]
not applicable;
[C++ (DLL/Lib)]
unsigned short *get_Logo()
void set_Logo(unsigned short *Value)
[C++ (VCL)]
__property AnsiString Logo;
[C++ (.NET)]
String *get_Logo()
void set_Logo(String *Value)
[C#]
String Logo;
[VB.NET]
Property Logo As String
Description
Logo is a text which is placed to the second page of the SolFS file. This logo can be viewed by some viewer or editor thus informing the person about what the file is.
AutoCompact can be set only when the storage is not opened.
[DLL] Note: use GetInfo function to get access to this property.
