FireDAC.Phys.IBBase.TFDIBRestore.FixCharSet
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp
| |
Unit: FireDAC.Phys.IBBase | |
Parent: TFDIBRestore |
Delphi
property FixCharSet: String read FFixCharSet write FFixCharSet;
C++
__property System::UnicodeString FixCharSet = {read=FFixCharSet, write=FFixCharSet};
Description
Specifies the upgrade character set.
Use the FixCharSet property to specify a character set to which to upgrade a database from UNICODE_FSS at restore backup operation. It is used together with roFixFSSData
and roFixFSSMetaData
options.